File diff 94adf07f332c → 109d23889f37
conntrackt/tests/test_iptables.py
Show inline comments
 
file copied from conntrackt/tests.py to conntrackt/tests/test_iptables.py
 
@@ -2,7 +2,7 @@
 
from django.test import TestCase
 

	
 
# Application imports.
 
import iptables
 
from conntrackt import iptables
 

	
 

	
 
class RuleTest(TestCase):