Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5diff
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
erp5diff
Commits
c4b87488
Commit
c4b87488
authored
Jan 25, 2011
by
Nicolas Delaby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix installation of egg and provide backward compatibility for importing path
parent
a5b7fd67
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
+11
-2
CHANGES.txt
CHANGES.txt
+5
-1
setup.py
setup.py
+1
-1
src/ERP5Diff/ERP5Diff.py
src/ERP5Diff/ERP5Diff.py
+0
-0
src/ERP5Diff/__init__.py
src/ERP5Diff/__init__.py
+5
-0
No files found.
CHANGES.txt
View file @
c4b87488
0.8.1.
2
(unreleased)
0.8.1.
3
(unreleased)
------------------
0.8.1.2 (2011/01/25)
------------------
* [fix] installation of egg
0.8.1.1 (2011/01/25)
------------------
* [Fix] position starts to 1
...
...
setup.py
View file @
c4b87488
...
...
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
import
re
api_version
=
re
.
search
(
r'\
s*__
version__\
s*=
\s*(\
S+)
',
open('
src
/
ERP5Diff
.
py
').read()).group(1).strip()
open('
src
/
ERP5Diff
/
ERP5Diff
.
py
').read()).group(1).strip()
revision = 2
version = '
%
s
.
%
s
' % (api_version.replace("'", ''), revision)
...
...
src/ERP5Diff.py
→
src/ERP5Diff
/ERP5Diff
.py
View file @
c4b87488
File moved
src/ERP5Diff/__init__.py
0 → 100644
View file @
c4b87488
# for backward compatibility with old import path
from
ERP5Diff
import
ERP5Diff
as
ERP5Diff
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