~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:00:10 UTC
  • Revision ID: dbn@comnets.rwth-aachen.de-20081107100010-ipfqhr8k0z6m0z98
Modified wnsbase.rcs.Output.Output to handle bzr error messages properly

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
 
import wnsrc
 
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
7
13
 
8
14
class PyTree:
9
15
    maxSequence = 10