Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
bf593c66
Commit
bf593c66
authored
Dec 06, 2012
by
Victor Shnayder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up imports
parent
42f8afb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
common/lib/capa/capa/responsetypes.py
+6
-4
No files found.
common/lib/capa/capa/responsetypes.py
View file @
bf593c66
...
...
@@ -8,21 +8,23 @@ Used by capa_problem.py
'''
# standard library imports
import
abc
import
cgi
import
hashlib
import
inspect
import
json
import
logging
import
numbers
import
numpy
import
os
import
random
import
re
import
requests
import
traceback
import
hashlib
import
abc
import
os
import
subprocess
import
traceback
import
xml.sax.saxutils
as
saxutils
from
collections
import
namedtuple
from
shapely.geometry
import
Point
,
MultiPoint
# specific library imports
...
...
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