From 7f5e75188ad4527e3c3425a155dfed0847a389dd Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 19 Oct 2015 03:36:42 +0000 Subject: Amputate old SQL code out of rpkid with a fire axe, replacing it with Django ORM. Duct tape and bailing wire everywhere, much clean-up left to do, but basic "make yamltest" suite runs. Much of the clean-up isn't worth doing until after revamping the I/O system, as it'll all change again at that point anyway. svn path=/branches/tk705/; revision=6127 --- rpki/config.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'rpki/config.py') diff --git a/rpki/config.py b/rpki/config.py index 0be0d1a0..3234294c 100644 --- a/rpki/config.py +++ b/rpki/config.py @@ -207,7 +207,6 @@ class parser(object): # pylint: disable=W0621 import rpki.http import rpki.x509 - import rpki.sql import rpki.async import rpki.log import rpki.daemonize @@ -249,11 +248,6 @@ class parser(object): except ConfigParser.NoOptionError: pass - try: - rpki.sql.sql_persistent.sql_debug = self.getboolean("sql_debug") - except ConfigParser.NoOptionError: - pass - try: rpki.async.timer.gc_debug = self.getboolean("gc_debug") except ConfigParser.NoOptionError: -- cgit v1.2.3