From d393c88c21805502f5fd69a02b9a4592eaf0d735 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 19 May 2011 10:31:33 -0500 Subject: fixed bug in link syncing script and added new lens info to flickr import scripts and templates --- cron/sync_photos.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cron/sync_photos.py') 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__))) -- cgit v1.2.3