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

« back to all changes in this revision

Viewing changes to nuitka/codegen/GlobalsLocalsCodes.py

  • Committer: Package Import Robot
  • Author(s): Kay Hayen
  • Date: 2015-04-06 17:20:44 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20150406172044-grhy9sk7g0whu2ag
Tags: 0.5.12+ds-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
This also includes writing back to locals for exec statements.
21
21
"""
22
22
 
23
 
from nuitka import Utils
 
23
from nuitka.utils import Utils
24
24
 
25
25
from .ConstantCodes import getConstantCode
26
26
from .ErrorCodes import getErrorExitBoolCode