Skip to content
Snippets Groups Projects
Commit d1b1442e authored by Manuel Günther's avatar Manuel Günther
Browse files

Improved python3 compatibility of the package.

parent 2a5a1f8f
Branches
Tags
No related merge requests found
...@@ -10,7 +10,7 @@ from setuptools import setup, find_packages ...@@ -10,7 +10,7 @@ from setuptools import setup, find_packages
setup( setup(
name='xbob.db.replay', name='xbob.db.replay',
version='1.0.3a0', version='1.0.4a0',
description='Replay Attack Database Access API for Bob', description='Replay Attack Database Access API for Bob',
url='http://pypi.python.org/pypi/xbob.db.replay', url='http://pypi.python.org/pypi/xbob.db.replay',
license='GPLv3', license='GPLv3',
......
...@@ -26,6 +26,6 @@ on your references: ...@@ -26,6 +26,6 @@ on your references:
from .query import Database from .query import Database
from .models import Client, File, Protocol, RealAccess, Attack from .models import Client, File, Protocol, RealAccess, Attack
import spoofing from . import spoofing
__all__ = dir() __all__ = dir()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment