Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.replay
Commits
d1b1442e
Commit
d1b1442e
authored
Oct 22, 2013
by
Manuel Günther
Browse files
Improved python3 compatibility of the package.
parent
2a5a1f8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
d1b1442e
...
...
@@ -10,7 +10,7 @@ from setuptools import setup, find_packages
setup
(
name
=
'xbob.db.replay'
,
version
=
'1.0.
3
a0'
,
version
=
'1.0.
4
a0'
,
description
=
'Replay Attack Database Access API for Bob'
,
url
=
'http://pypi.python.org/pypi/xbob.db.replay'
,
license
=
'GPLv3'
,
...
...
xbob/db/replay/__init__.py
View file @
d1b1442e
...
...
@@ -26,6 +26,6 @@ on your references:
from
.query
import
Database
from
.models
import
Client
,
File
,
Protocol
,
RealAccess
,
Attack
import
spoofing
from
.
import
spoofing
__all__
=
dir
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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