Fixing typo in unit test

master
Michael P. Soulier 2010-05-25 21:53:30 -04:00
parent 58623df7d0
commit 0b5406865a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import unittest
import logging
import tftpy
log = tftpy.logger
log = tftpy.log
class TestTftpy(unittest.TestCase):