Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Kulya
vmj-qt
Commits
c508f7f5
Commit
c508f7f5
authored
Dec 20, 2015
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused imports
parent
684bf117
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
sessions.py
blink/sessions.py
+1
-1
setup.py
setup.py
+0
-2
No files found.
blink/sessions.py
View file @
c508f7f5
...
@@ -15,7 +15,7 @@ import uuid
...
@@ -15,7 +15,7 @@ import uuid
from
abc
import
ABCMeta
,
abstractproperty
from
abc
import
ABCMeta
,
abstractproperty
from
collections
import
defaultdict
,
deque
from
collections
import
defaultdict
,
deque
from
datetime
import
datetime
,
timedelta
from
datetime
import
datetime
,
timedelta
from
itertools
import
chain
,
count
from
itertools
import
chain
from
operator
import
attrgetter
from
operator
import
attrgetter
from
PyQt4
import
uic
from
PyQt4
import
uic
...
...
setup.py
View file @
c508f7f5
...
@@ -4,8 +4,6 @@ from distutils.core import setup
...
@@ -4,8 +4,6 @@ from distutils.core import setup
from
distutils.extension
import
Extension
from
distutils.extension
import
Extension
from
Cython.Build
import
cythonize
from
Cython.Build
import
cythonize
from
itertools
import
chain
import
glob
import
os
import
os
import
re
import
re
...
...
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