~ubuntu-branches/debian/experimental/nuitka/experimental

« back to all changes in this revision

Viewing changes to bin/nuitka

  • Committer: Package Import Robot
  • Author(s): Kay Hayen
  • Date: 2014-10-05 19:28:20 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20141005192820-s06oca9rty517iy8
Tags: 0.5.5+ds-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
        args.append("-S")
128
128
 
129
129
    # Same arguments as before.
130
 
    args += sys.argv
 
130
    args += sys.argv + list(Options.getMainArgs())
131
131
 
132
132
    if current_version == intended_version:
133
133
        os.environ["NUITKA_PYTHONPATH"] = repr(sys.path)