Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snakehouse
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
snakehouse
Commits
bfd7e01b
Commit
bfd7e01b
authored
4 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
revert to baseline
parent
a3160bcc
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+0
-1
0 additions, 1 deletion
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
snakehouse/templates/bootstrap.mako
+0
-3
0 additions, 3 deletions
snakehouse/templates/bootstrap.mako
with
1 addition
and
5 deletions
CHANGELOG.md
+
0
−
1
View file @
bfd7e01b
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
*
fixed logging
*
fixed logging
*
`snakehouse`
doesn't need cython and satella installed in advance
*
`snakehouse`
doesn't need cython and satella installed in advance
*
added
`get_code`
to
`PackageLoader`
# v1.4
# v1.4
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
bfd7e01b
...
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
...
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup
(
keywords
=
[
'
cython
'
,
'
extension
'
,
'
multiple
'
,
'
pyx
'
],
setup
(
keywords
=
[
'
cython
'
,
'
extension
'
,
'
multiple
'
,
'
pyx
'
],
packages
=
find_packages
(
include
=
[
'
snakehouse
'
]),
packages
=
find_packages
(
include
=
[
'
snakehouse
'
]),
version
=
'
1.5a
6
'
,
version
=
'
1.5a
7
'
,
install_requires
=
[
install_requires
=
[
'
Cython
'
,
'
mako
'
,
'
satella>=2.14.46
'
,
'
Cython
'
,
'
mako
'
,
'
satella>=2.14.46
'
,
],
],
...
...
This diff is collapsed.
Click to expand it.
snakehouse/templates/bootstrap.mako
+
0
−
3
View file @
bfd7e01b
...
@@ -39,9 +39,6 @@ cdef class CythonPackageLoader:
...
@@ -39,9 +39,6 @@ cdef class CythonPackageLoader:
def load_module(self, fullname):
def load_module(self, fullname):
raise ImportError
raise ImportError
def get_code():
return None
def create_module(self, spec):
def create_module(self, spec):
if spec.name != self.name:
if spec.name != self.name:
raise ImportError()
raise ImportError()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment