diff options
author | Vitja Makarov <vitja.makarov@gmail.com> | 2011-07-25 10:00:11 +0400 |
---|---|---|
committer | Vitja Makarov <vitja.makarov@gmail.com> | 2011-07-25 10:00:11 +0400 |
commit | 6af313c91dddad29ac5b69e394c6a60031724b05 (patch) | |
tree | 46c0c84f28a7a59294e7da31466b0b6f51c6e2b5 /Cython/Compiler/UtilityCode.py | |
parent | 02864e44c5791960cdba2bf9a719ddd71e5a4dc8 (diff) | |
download | cython-6af313c91dddad29ac5b69e394c6a60031724b05.tar.gz |
Delete trailing whitespaces
Diffstat (limited to 'Cython/Compiler/UtilityCode.py')
-rw-r--r-- | Cython/Compiler/UtilityCode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Compiler/UtilityCode.py b/Cython/Compiler/UtilityCode.py index a9c279aa6..13da64767 100644 --- a/Cython/Compiler/UtilityCode.py +++ b/Cython/Compiler/UtilityCode.py @@ -75,7 +75,7 @@ class CythonUtilityCode(object): # which when copied into the main ModuleNode overwrites # any __test__ in user code; not desired excludes = [AutoTestDictTransform] - + import Pipeline, ParseTreeTransforms context = CythonUtilityCodeContext(self.name) context.prefix = self.prefix |