From 87720c1f62337bfef3724e80363d4d9ec84aa8a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Wed, 29 Jun 2005 20:41:15 +0000 Subject: [PATCH] =?UTF-8?q?hatal=C4=B1=20comment...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pisi/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pisi/config.py b/pisi/config.py index 24baf744..04fe0326 100644 --- a/pisi/config.py +++ b/pisi/config.py @@ -54,5 +54,4 @@ class Config(object): return setattr(self.__configinstance, attr, value) -# create a default context WITH NO PSPEC config = Config()