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
Kirill Smelkov
cython
Commits
c56ebd92
Commit
c56ebd92
authored
Apr 01, 2011
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:cython/cython
parents
2bcb14ff
b90fd4f4
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
13 deletions
+10
-13
Cython/Build/Tests/__init__.py
Cython/Build/Tests/__init__.py
+1
-0
Cython/Compiler/Tests/__init__.py
Cython/Compiler/Tests/__init__.py
+1
-1
Cython/Compiler/__init__.py
Cython/Compiler/__init__.py
+1
-0
Cython/Debugger/Tests/__init__.py
Cython/Debugger/Tests/__init__.py
+1
-0
Cython/Debugger/__init__.py
Cython/Debugger/__init__.py
+1
-0
Cython/Distutils/__init__.py
Cython/Distutils/__init__.py
+1
-11
Cython/Runtime/__init__.py
Cython/Runtime/__init__.py
+1
-0
Cython/Tests/__init__.py
Cython/Tests/__init__.py
+1
-1
tests/compile/a/__init__.py
tests/compile/a/__init__.py
+1
-0
tests/compile/dotted_cimport_submodule/__init__.pyx
tests/compile/dotted_cimport_submodule/__init__.pyx
+1
-0
No files found.
Cython/Build/Tests/__init__.py
View file @
c56ebd92
# empty file
Cython/Compiler/Tests/__init__.py
View file @
c56ebd92
#
empty
#
empty file
Cython/Compiler/__init__.py
View file @
c56ebd92
# empty file
Cython/Debugger/Tests/__init__.py
View file @
c56ebd92
# empty file
Cython/Debugger/__init__.py
View file @
c56ebd92
# empty file
Cython/Distutils/__init__.py
View file @
c56ebd92
# July 2002, Graham Fawcett
#
# this hack was inspired by the way Thomas Heller got py2exe
# to appear as a distutil command
#
# we replace distutils.command.build_ext with our own version
# and keep the old one under the module name _build_ext,
# so that *our* build_ext can make use of it.
from
Cython.Distutils.build_ext
import
build_ext
from
Cython.Distutils.build_ext
import
build_ext
from
Cython.Distutils.extension
import
Extension
# from extension import Extension
Cython/Runtime/__init__.py
View file @
c56ebd92
# empty file
Cython/Tests/__init__.py
View file @
c56ebd92
#
empty
#
empty file
tests/compile/a/__init__.py
View file @
c56ebd92
# empty file
tests/compile/dotted_cimport_submodule/__init__.pyx
View file @
c56ebd92
# empty file
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