1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2026-07-26 03:32:54 +03: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
+1 -1
View File
@@ -5,7 +5,7 @@ import logging.config
import yaml
from pytz import utc
from gcal_sync import GoogleCalendar, GoogleCalendarService
from sync_ics2gcal import GoogleCalendar, GoogleCalendarService
def parse_args():
+1 -1
View File
@@ -4,7 +4,7 @@ import dateutil.parser
import datetime
import logging
import logging.config
from gcal_sync import (
from sync_ics2gcal import (
CalendarConverter,
GoogleCalendarService,
GoogleCalendar,
+1 -1
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 + """
+1 -1
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):