From fafff73f8d49568da8ecc948f9e6a7291bab089b Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 16 Nov 2012 02:41:48 +0100 Subject: [PATCH] update oxtimelines --- update.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update.py b/update.py index ebf84794..e53b7776 100755 --- a/update.py +++ b/update.py @@ -58,10 +58,10 @@ if __name__ == "__main__": run('bzr', 'pull', repos['python-ox']) new += get('bzr', 'revno') - if exists(join(base, 'src', 'oxsubtitles')): - os.chdir(join(base, 'src', 'oxsubtitles')) + if exists(join(base, 'src', 'oxtimelines')): + os.chdir(join(base, 'src', 'oxtimelines')) current += get('bzr', 'revno') - run('bzr', 'pull', repos['oxsubtitles']) + run('bzr', 'pull', repos['oxtimelines']) new += get('bzr', 'revno') else: print "oxtimelines is missing. please run:\n\n\tcd %s\n\tpip -E . install -r requirements.txt\n" % (base)