summaryrefslogtreecommitdiff
path: root/xnt/xenant.py
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-02-01 18:52:53 -0700
committerkennyballou <kballou@onyx.boisestate.edu>2013-02-01 19:10:33 -0700
commit7ab6083f53f180ff49b2739a2fb1d3b6269a4a56 (patch)
treefb67934dab91c5643d7d07686e9b7998f2771d58 /xnt/xenant.py
parentd4117776b4eaaa1b0e1d0cae20b1def8625e37b0 (diff)
downloadxnt-7ab6083f53f180ff49b2739a2fb1d3b6269a4a56.tar.gz
xnt-7ab6083f53f180ff49b2739a2fb1d3b6269a4a56.tar.xz
Refactor, Fix, and Further hack Xenant's rewrite
My first hack toward this (major) refactor had a number of mistakes that were (hopefully) corrected. I intend to now write tests for these (may require a bit more refactoring...). But there is also probably a lot more that needs to be done for this.
Diffstat (limited to 'xnt/xenant.py')
-rw-r--r--xnt/xenant.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/xnt/xenant.py b/xnt/xenant.py
index 453c4a2..783f99f 100644
--- a/xnt/xenant.py
+++ b/xnt/xenant.py
@@ -21,6 +21,7 @@ import sys
import time
import logging
+logger = logging.getLogger(__name__)
def verboseAction():
logging.getLogger("xnt").setLevel(logging.INFO)