mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-01-22 07:39:00 +00:00
! package rename
This commit is contained in:
parent
f975ddce67
commit
2af3eeda5b
@ -5,7 +5,7 @@ import logging.config
|
|||||||
import yaml
|
import yaml
|
||||||
from pytz import utc
|
from pytz import utc
|
||||||
|
|
||||||
from gcal_sync import GoogleCalendar, GoogleCalendarService
|
from sync_ics2gcal import GoogleCalendar, GoogleCalendarService
|
||||||
|
|
||||||
|
|
||||||
def parse_args():
|
def parse_args():
|
||||||
|
@ -4,7 +4,7 @@ import dateutil.parser
|
|||||||
import datetime
|
import datetime
|
||||||
import logging
|
import logging
|
||||||
import logging.config
|
import logging.config
|
||||||
from gcal_sync import (
|
from sync_ics2gcal import (
|
||||||
CalendarConverter,
|
CalendarConverter,
|
||||||
GoogleCalendarService,
|
GoogleCalendarService,
|
||||||
GoogleCalendar,
|
GoogleCalendar,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from gcal_sync import CalendarConverter
|
from sync_ics2gcal import CalendarConverter
|
||||||
|
|
||||||
uid = "UID:uisgtr8tre93wewe0yr8wqy@test.com"
|
uid = "UID:uisgtr8tre93wewe0yr8wqy@test.com"
|
||||||
only_start_date = uid + """
|
only_start_date = uid + """
|
||||||
|
@ -8,7 +8,7 @@ import dateutil.parser
|
|||||||
import pytest
|
import pytest
|
||||||
from pytz import timezone, utc
|
from pytz import timezone, utc
|
||||||
|
|
||||||
from gcal_sync import CalendarSync
|
from sync_ics2gcal import CalendarSync
|
||||||
|
|
||||||
|
|
||||||
def sha1(string):
|
def sha1(string):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user