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
4aa4c4f6
Commit
4aa4c4f6
authored
Oct 26, 2009
by
Nicolas Delaby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hardcode version inside Class to support smooth transitions for futur behaviour of EPR5Diff
parent
f3188d86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ERP5Diff.py
ERP5Diff.py
+3
-0
setup.py
setup.py
+3
-1
No files found.
ERP5Diff.py
View file @
4aa4c4f6
# -*- coding: utf-8 -*-
##############################################################################
##############################################################################
#
#
# Yoshinori OKUJI <yo@nexedi.com>
# Yoshinori OKUJI <yo@nexedi.com>
...
@@ -51,6 +52,8 @@ class ERP5Diff:
...
@@ -51,6 +52,8 @@ class ERP5Diff:
# Declarative interfaces
# Declarative interfaces
zope
.
interface
.
implements
(
IERP5Diff
,)
zope
.
interface
.
implements
(
IERP5Diff
,)
__version__
=
0.2
def
__init__
(
self
):
def
__init__
(
self
):
"""
"""
Initialize itself.
Initialize itself.
...
...
setup.py
View file @
4aa4c4f6
#! /usr/bin/env python
#! /usr/bin/env python
# -*- coding: utf-8 -*-
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
from
ERP5Diff
import
ERP5Diff
setup
(
name
=
"erp5diff"
,
setup
(
name
=
"erp5diff"
,
version
=
"0.1"
,
version
=
ERP5Diff
.
__version__
,
description
=
"XUpdate Generator for ERP5"
,
description
=
"XUpdate Generator for ERP5"
,
author
=
"Yoshinori OKUJI"
,
author
=
"Yoshinori OKUJI"
,
author_email
=
"yo@nexedi.com"
,
author_email
=
"yo@nexedi.com"
,
...
...
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