mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
766e91dfd0
commit
27b57c73b3
@ -80,7 +80,7 @@ class Check(Command):
|
||||
cPickle.dump(cache, open(self.CACHE, 'wb'), -1)
|
||||
wn_path = os.path.expanduser('~/work/servers/src/calibre_servers/main')
|
||||
if os.path.exists(wn_path):
|
||||
sys.path.insert(0, wn_path)
|
||||
sys.path.insert(0, self.d(self.d(wn_path))), sys.path.insert(0, wn_path)
|
||||
self.info('\tChecking Changelog...')
|
||||
os.environ['DJANGO_SETTINGS_MODULE'] = 'calibre_servers.status.settings'
|
||||
import whats_new
|
||||
|
Loading…
x
Reference in New Issue
Block a user