Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
88895009
Commit
88895009
authored
Jun 14, 2014
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorganize imports
parent
c7366f28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
setuptools/command/develop.py
setuptools/command/develop.py
+6
-5
No files found.
setuptools/command/develop.py
View file @
88895009
from
setuptools.command.easy_install
import
easy_install
from
distutils.util
import
convert_path
,
subst_vars
from
pkg_resources
import
Distribution
,
PathMetadata
,
normalize
_path
import
os
import
glob
from
distutils.util
import
convert
_path
from
distutils
import
log
from
distutils.errors
import
DistutilsError
,
DistutilsOptionError
import
os
,
sys
,
setuptools
,
glob
import
setuptools
from
pkg_resources
import
Distribution
,
PathMetadata
,
normalize_path
from
setuptools.command.easy_install
import
easy_install
from
setuptools.compat
import
PY3
class
develop
(
easy_install
):
...
...
@@ -166,4 +168,3 @@ class develop(easy_install):
script_text
=
f
.
read
()
f
.
close
()
self
.
install_script
(
dist
,
script_name
,
script_text
,
script_path
)
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