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