Removing pointless imports

This commit is contained in:
Klaus-Uwe Mitterer 2017-02-08 21:58:11 +01:00
parent 8815c41515
commit 6f2b734517

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
import configparser, os.path, tweepy, dbtools, getpass
import configparser, os.path, getpass
if os.path.isfile("config.cfg"):
print("config.cfg already exists. Please remove it before running this script.")