"Dual Object Notation" -> "Twofold Object Notation"
[ton] / don / __init__.py
diff --git a/don/__init__.py b/don/__init__.py
deleted file mode 100644 (file)
index 6fa0d33..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-import collections
-import struct
-
-from don import binary
-from don import string
-
-def binary_to_string(b):
-    return string.serialize(binary.deserialize(b))
-
-def string_to_binary(s):
-    return binary.serialize(string.deserialize(s))