From 36ef365d43ccb298829a6c8b74fe88c5e1901bfd Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Wed, 23 Oct 2013 00:10:53 -0400 Subject: [PATCH] Delete shorten_url.py Fixes #277 [ci skip] --- examples/shorten_url.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 examples/shorten_url.py diff --git a/examples/shorten_url.py b/examples/shorten_url.py deleted file mode 100644 index 61eb105..0000000 --- a/examples/shorten_url.py +++ /dev/null @@ -1,6 +0,0 @@ -from twython import Twython - -# Shortening URLs requires no authentication, huzzah -shortURL = Twython.shorten_url('http://www.webs.com/') - -print shortURL