Remove all namedicts.

This commit is contained in:
Stephen Diehl
2012-05-14 11:35:43 -04:00
parent f8401dc88e
commit e04415e63f
13 changed files with 58 additions and 60 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
from protocol_utils import namedict, ndict
from protocol_utils import ndict
__all__ = [
namedict,
ndict,
]