Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gwenaël Samain
cython
Commits
ed4aeb20
Commit
ed4aeb20
authored
Nov 13, 2011
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused imports
--HG-- extra : rebase_source : df1d95506044267a1e945fbc5672af66f8ee022d
parent
cea638f7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
Cython/Compiler/AnalysedTreeTransforms.py
Cython/Compiler/AnalysedTreeTransforms.py
+2
-4
Cython/Utils.py
Cython/Utils.py
+0
-1
No files found.
Cython/Compiler/AnalysedTreeTransforms.py
View file @
ed4aeb20
from
Cython.Compiler.Visitor
import
VisitorTransform
,
ScopeTrackingTransform
,
TreeVisitor
from
Cython.Compiler.Visitor
import
ScopeTrackingTransform
from
Nodes
import
StatListNode
,
SingleAssignmentNode
,
CFuncDefNode
,
DefNode
from
ExprNodes
import
DictNode
,
DictItemNode
,
NameNode
,
UnicodeNode
,
NoneNode
,
\
ExprNode
,
AttributeNode
,
ModuleRefNode
,
DocstringRefNode
from
ExprNodes
import
DictNode
,
DictItemNode
,
NameNode
,
UnicodeNode
from
PyrexTypes
import
py_object_type
from
Builtin
import
dict_type
from
StringEncoding
import
EncodedString
import
Naming
import
Symtab
class
AutoTestDictTransform
(
ScopeTrackingTransform
):
...
...
Cython/Utils.py
View file @
ed4aeb20
...
...
@@ -4,7 +4,6 @@
#
import
os
,
sys
,
re
,
codecs
from
Cython
import
Tempita
def
replace_suffix
(
path
,
newsuf
):
base
,
_
=
os
.
path
.
splitext
(
path
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment