~divmod-dev/divmod.org/dangling-1091

« back to all changes in this revision

Viewing changes to Combinator/combinator/sysenv.py

  • Committer: glyph
  • Date: 2006-06-01 00:14:26 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:6945
Whoops.  Revert bad merge / debugging lines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
                # let's skip these combinator-internal scripts.
130
130
                and not filename.startswith(".")):
131
131
                    # and hidden files
132
 
                sys.stderr.write("FILENAME: "+repr(filename)+'\n')
133
 
                sys.stderr.flush()
134
132
                yield filename
135
133
 
136
134
userShell = os.environ.get('SHELL', '')