From 5c2c7d1a5e7a191a4c505f50823c8f8b88989180 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Wed, 8 Feb 2017 12:39:53 +0100 Subject: [PATCH] ato/ase are not global variables --- setuptools/__init__.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/setuptools/__init__.py b/setuptools/__init__.py index 53674a4..47a1676 100644 --- a/setuptools/__init__.py +++ b/setuptools/__init__.py @@ -67,18 +67,6 @@ def cse(): except: raise SetupException() -def ato(): - try: - return getSetting("Twitter", "ato") - except: - raise SetupException() - -def ase(): - try: - return getSetting("Twitter", "ase") - except: - raise SetupException() - def dbCheck(db, create = False): if (not create and dbInitialized(db)) or (create and not dbInitialized(db)): return True