summaryrefslogtreecommitdiff
path: root/cron/sync_links.py
diff options
context:
space:
mode:
Diffstat (limited to 'cron/sync_links.py')
-rw-r--r--cron/sync_links.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/cron/sync_links.py b/cron/sync_links.py
deleted file mode 100644
index 4bec6d2..0000000
--- a/cron/sync_links.py
+++ /dev/null
@@ -1,13 +0,0 @@
-import sys, os
-from os.path import dirname, abspath
-
-PROJECT_ROOT = abspath(dirname(dirname(__file__)))
-
-sys.path.append(PROJECT_ROOT)
-sys.path.append(PROJECT_ROOT+'/apps')
-sys.path.append(PROJECT_ROOT+'/lib')
-sys.path.append(PROJECT_ROOT+'/lib/utils')
-sys.path.append('/home/luxagraf/webapps/django/lib/python2.7/')
-os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
-from links import retriever
-retriever.sync_pinboard_links() \ No newline at end of file