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
409327e4
Commit
409327e4
authored
Aug 09, 2013
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up imports
parent
82cff1a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
10 deletions
+20
-10
setuptools.egg-info/requires.txt
setuptools.egg-info/requires.txt
+7
-7
setuptools/tests/test_resources.py
setuptools/tests/test_resources.py
+13
-3
No files found.
setuptools.egg-info/requires.txt
View file @
409327e4
[certs]
certifi==0.0.8
[ssl:python_version in '2.4, 2.5']
ssl==1.16
[ssl:sys_platform=='win32' and python_version=='2.4']
ctypes==1.0.2
[ssl:sys_platform=='win32']
wincertstore==0.1
\ No newline at end of file
wincertstore==0.1
[certs]
certifi==0.0.8
[ssl:python_version in '2.4, 2.5']
ssl==1.16
\ No newline at end of file
setuptools/tests/test_resources.py
View file @
409327e4
#!/usr/bin/python
# -*- coding: utf-8 -*-
# NOTE: the shebang and encoding lines are for ScriptHeaderTests; do not remove
from
unittest
import
TestCase
,
makeSuite
;
from
pkg_resources
import
*
import
os
import
sys
import
tempfile
import
shutil
from
unittest
import
TestCase
import
pkg_resources
from
pkg_resources
import
*
from
setuptools.command.easy_install
import
get_script_header
,
is_sh
from
setuptools.compat
import
StringIO
,
iteritems
import
os
,
pkg_resources
,
sys
,
tempfile
,
shutil
try
:
frozenset
try
:
frozenset
except
NameError
:
from
sets
import
ImmutableSet
as
frozenset
...
...
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