]> git.lyx.org Git - features.git/commitdiff
depend module is not used anymore
authorJoost Verburg <joostverburg@users.sourceforge.net>
Thu, 30 Oct 2008 17:59:47 +0000 (17:59 +0000)
committerJoost Verburg <joostverburg@users.sourceforge.net>
Thu, 30 Oct 2008 17:59:47 +0000 (17:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27200 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index 0af779e4a935974930745fd7661e9b6cd58beef2..803f132e4a5d5ae256382a57ce59750a973ced72 100644 (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