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
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ from setuptools import setup, find_packages
setup(
name='xbob.db.replay',
version='1.0.3a0',
version='1.0.4a0',
description='Replay Attack Database Access API for Bob',
url='http://pypi.python.org/pypi/xbob.db.replay',
license='GPLv3',
......
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment