From 0b5406865aab547f9b4c3839c558a68012bec78c Mon Sep 17 00:00:00 2001 From: "Michael P. Soulier" Date: Tue, 25 May 2010 21:53:30 -0400 Subject: [PATCH] Fixing typo in unit test --- t/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test.py b/t/test.py index 4d842ad..14b784a 100644 --- a/t/test.py +++ b/t/test.py @@ -4,7 +4,7 @@ import unittest import logging import tftpy -log = tftpy.logger +log = tftpy.log class TestTftpy(unittest.TestCase):