~daniel.bueltmann/openwns-sdk/bugfix-createmodulecommand

« back to all changes in this revision

Viewing changes to bin/pytree

  • Committer: Daniel Bueltmann
  • Date: 2008-11-07 10:08:21 UTC
  • Revision ID: dbn@vm-20081107100821-7v5hwh31m9l0qzzk
Reverted accidently commit changes in revision 130

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
import types
4
4
import sys
5
5
import imp
6
 
try:
7
 
    import wnsrc
8
 
except:
9
 
    import sys
10
 
    wnsDir = os.path.join(os.environ["HOME"], ".wns")
11
 
    sys.path.append(wnsDir)
12
 
    import wnsrc
 
6
import wnsrc
13
7
 
14
8
class PyTree:
15
9
    maxSequence = 10