From d030ad82dd523c9ce3f8f6a15e6ff136b68145a9 Mon Sep 17 00:00:00 2001 From: cktricky Date: Fri, 6 Apr 2018 13:04:01 -1000 Subject: [PATCH] switched back to modules which means the brute.py test file no longer needs the method step_cg_test --- libs/brute.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/brute.py b/libs/brute.py index c76ce0b..11030b0 100644 --- a/libs/brute.py +++ b/libs/brute.py @@ -10,9 +10,6 @@ import datetime #change as required once we decide time format from libs.sql import * -def step_cg_test(): - pass - # we chould probably load this from one place in the future #TODO db_name = "weirdAAL.db"