diff options
author | luxagraf <sng@luxagraf.net> | 2011-05-19 10:31:33 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-05-19 10:31:33 -0500 |
commit | d393c88c21805502f5fd69a02b9a4592eaf0d735 (patch) | |
tree | 15ce026158e54b0163a9942b0dc3942b7ae756b1 /cron/sync_photos.py | |
parent | 9dd8a4d79627a94f8f54cf15609e2841deae1166 (diff) |
fixed bug in link syncing script and added new lens info to flickr import scripts and templates
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__))) |