1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-03 00:47:41 +00:00

! package rename

This commit is contained in:
2020-02-19 12:48:08 +03:00
parent f975ddce67
commit 2af3eeda5b
8 changed files with 658 additions and 658 deletions

View File

@@ -1,6 +1,6 @@
import pytest
from gcal_sync import CalendarConverter
from sync_ics2gcal import CalendarConverter
uid = "UID:uisgtr8tre93wewe0yr8wqy@test.com"
only_start_date = uid + """

View File

@@ -8,7 +8,7 @@ import dateutil.parser
import pytest
from pytz import timezone, utc
from gcal_sync import CalendarSync
from sync_ics2gcal import CalendarSync
def sha1(string):