Skip to content

Commit

Permalink
Use more direct import for filesystem storage
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Apr 13, 2015
1 parent 85b8acc commit 28ed8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion khal/khalendar/khalendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import os
import os.path

from vdirsyncer.storage import FilesystemStorage
from vdirsyncer.storage.filesystem import FilesystemStorage

from . import backend
from .event import Event
Expand Down

0 comments on commit 28ed8d9

Please sign in to comment.