diff options
Diffstat (limited to 'cron/sync_photo_sets.py')
-rw-r--r-- | cron/sync_photo_sets.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cron/sync_photo_sets.py b/cron/sync_photo_sets.py index 8ce8bb5..8c18a9a 100644 --- a/cron/sync_photo_sets.py +++ b/cron/sync_photo_sets.py @@ -1,3 +1,4 @@ +import sys, os from os.path import dirname, abspath PROJECT_ROOT = abspath(dirname(dirname(__file__))) |