Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
email
Commits
4b19fe3aeca4
Commit
ce7ea390
authored
Apr 15, 2010
by
Sylvain Thénault
Browse files
fix bad pkginfo
--HG-- branch : stable
parent
eeb84180f588
Changes
1
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
4b19fe3a
...
...
@@ -48,7 +48,7 @@ def listdir(dirpath):
and
not
fname
.
endswith
(
'~'
)]
CUBES_DIR
=
join
(
'share'
,
'cubicweb'
,
'cubes'
)
THIS_CUBE_DIR
=
join
(
CUBES_DIR
,
'card'
)
THIS_CUBE_DIR
=
join
(
CUBES_DIR
,
modname
)
try
:
data_files
=
[
...
...
Write
Preview
Supports
Markdown
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