depend module is not used anymore

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27200 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Joost Verburg 2008-10-30 17:59:47 +00:00
parent a2a909d309
commit cfe897c7da

View File

@ -29,7 +29,6 @@ if os.path.exists(os.path.join(scons_dir, 'development', 'scons', 'scons_manifes
top_src_dir = os.path.split(os.path.split(scons_absdir)[0])[0]
sys.path.extend([scons_absdir, os.path.join(top_src_dir, 'lib', 'doc')])
import depend
# scons_utils.py defines a few utility function
import scons_utils as utils