Skip to content

Commit

Permalink
correcting import error
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Angel committed Apr 18, 2022
1 parent ce0dba9 commit 429a6a6
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python3

import pdb
import IPython
from sys import exit

import argparse
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@

setuptools.setup(
name='bl-bfg',
version='0.5.2',
version='0.5.3',
author='Justin Angel',
author_email='justin@arch4ngel.ninja',
description='A simple password guessing framework.',

0 comments on commit 429a6a6

Please sign in to comment.