Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-common
Commits
2480dccba446
Commit
68b939f3
authored
Jan 28, 2009
by
sylvain.thenault@logilab.fr
Browse files
use join
parent
95065623d7f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
2480dccb
...
...
@@ -111,7 +111,7 @@ def export(from_dir, to_dir,
continue
if
filename
[
-
1
]
==
'~'
:
continue
src
=
'%s/%s'
%
(
directory
,
filename
)
src
=
join
(
directory
,
filename
)
dest
=
to_dir
+
src
[
len
(
from_dir
):]
if
verbose
:
print
>>
sys
.
stderr
,
src
,
'->'
,
dest
...
...
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