Fixing tests

This commit is contained in:
derv82
2018-03-17 04:33:42 -04:00
parent 7b9a023bd6
commit d63f43016d
3 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/sh
python2.7 -m unittest discover py/tests -v
python2.7 -m unittest discover tests -v

View File

@@ -4,7 +4,7 @@
import sys
sys.path.insert(0, '..')
from py.Handshake import Handshake
from wifite.model.handshake import Handshake
import unittest

View File

@@ -1,7 +1,7 @@
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from py.Airodump import Airodump
from wifite.tools.airodump import Airodump
import unittest