From 8e680477f5550c7fc44bb16fd1dc7c39984bb36d Mon Sep 17 00:00:00 2001 From: Gergely Imreh Date: Fri, 19 Mar 2010 22:57:41 +0800 Subject: [PATCH] tweepyshell: remove unused import --- tweepyshell | 2 -- 1 file changed, 2 deletions(-) diff --git a/tweepyshell b/tweepyshell index 162ecbf..5a2f09c 100755 --- a/tweepyshell +++ b/tweepyshell @@ -1,7 +1,5 @@ #!/usr/bin/env python -import sys - from getpass import getpass from optparse import OptionParser import tweepy -- 2.25.1