From 023b6fda64e2e1e1c156fe0a5c6e5d8a322d6227 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Mon, 13 Mar 2017 20:13:58 +0100 Subject: [PATCH] Add missing import --- googletools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googletools/__init__.py b/googletools/__init__.py index 3a72083..e84ea63 100644 --- a/googletools/__init__.py +++ b/googletools/__init__.py @@ -1,4 +1,4 @@ -import pyshorteners +import setuptools, pyshorteners def shortURL(url): try: