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
6cb63875
Commit
6cb63875
authored
Aug 07, 2013
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed compatibility with python 2.6
parent
64343076
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
contacts.py
blink/contacts.py
+1
-2
control
debian/control
+1
-1
pyversions
debian/pyversions
+1
-1
No files found.
blink/contacts.py
View file @
6cb63875
...
...
@@ -20,8 +20,7 @@ from application.python.descriptor import WriteOnceAttribute
from
application.python.types
import
MarkerType
,
Singleton
from
application.python
import
Null
from
application.system
import
unlink
from
backports.collections
import
OrderedDict
from
collections
import
deque
from
collections
import
OrderedDict
,
deque
from
datetime
import
datetime
from
eventlib
import
coros
,
proc
from
eventlib.green
import
httplib
,
urllib2
...
...
debian/control
View file @
6cb63875
...
...
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Dan Pascu <dan@ag-projects.com>
Uploaders: Adrian Georgescu <ag@ag-projects.com>, Lucian Stanescu <luci@ag-projects.com>, Saul Ibarra <saul@ag-projects.com>
Build-Depends: debhelper (>= 7.3.5), python-all (>= 2.
6
)
Build-Depends: debhelper (>= 7.3.5), python-all (>= 2.
7
)
Standards-Version: 3.9.3
Homepage: http://icanblink.com
...
...
debian/pyversions
View file @
6cb63875
2.
6
-
2.
7
-
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