aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/config.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-08-29 20:55:58 +0000
committerRob Austein <sra@hactrn.net>2012-08-29 20:55:58 +0000
commite252a23ca2502fa83d234bb4491efae02aeec30d (patch)
tree62a8bf04621d2e2d5dfbfb9aedbec79d8ca4b30f /rpkid/rpki/config.py
parent3e72d90ded7b35d3b292acfd1989c0ebe45174d6 (diff)
Add a lot of __repr__() methods in an attempt to make the logs more
useful. Add rpki.sql.cache_reference decorator, to give the garbage collector some guidance about linkages between active objects now that the SQL cache uses weak references. Other minor cleanup. svn path=/branches/tk274/; revision=4676
Diffstat (limited to 'rpkid/rpki/config.py')
-rw-r--r--rpkid/rpki/config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/rpkid/rpki/config.py b/rpkid/rpki/config.py
index 6be7558e..a10eae69 100644
--- a/rpkid/rpki/config.py
+++ b/rpkid/rpki/config.py
@@ -33,7 +33,9 @@ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
"""
-import ConfigParser, os, re
+import ConfigParser
+import os
+import re
## @var default_filename
# Default name of config file if caller doesn't specify one explictly.