Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
ed644551
Commit
ed644551
authored
Sep 26, 2015
by
Davis King
Browse files
Fixed error in setup.py
parent
f02f0635
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
ed644551
...
@@ -409,7 +409,7 @@ class build(_build):
...
@@ -409,7 +409,7 @@ class build(_build):
# just so that we can `import dlib` and not `from dlib import dlib`
# just so that we can `import dlib` and not `from dlib import dlib`
f
.
write
(
'from .dlib import *
\n
'
)
f
.
write
(
'from .dlib import *
\n
'
)
# add version here
# add version here
f
.
write
(
'__version__ = {ver}
\n
'
.
format
(
ver
=
read_version
()))
f
.
write
(
'__version__ =
"
{ver}
"
\n
'
.
format
(
ver
=
read_version
()))
with
open
(
os
.
path
.
join
(
dist_dir_examples
,
'__init__.py'
),
'w'
):
with
open
(
os
.
path
.
join
(
dist_dir_examples
,
'__init__.py'
),
'w'
):
pass
pass
...
...
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