cleanup imports
This commit is contained in:
parent
791029be58
commit
dd0e0dbab7
4 changed files with 5 additions and 15 deletions
|
|
@ -5,16 +5,12 @@
|
|||
|
||||
import os
|
||||
import sys
|
||||
from glob import glob
|
||||
from optparse import OptionParser
|
||||
|
||||
import Image
|
||||
|
||||
root = os.path.join(os.path.abspath(os.path.dirname(__file__)), '..')
|
||||
if os.path.exists(os.path.join(root, 'oxtimelines')):
|
||||
sys.path.insert(0, root)
|
||||
|
||||
import ox
|
||||
import oxtimelines
|
||||
|
||||
# fixme: -w option should be 'keyframeswide' mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue