Move protocol and client into Python modules

Shuffle files around in an initial attempt of creating trustify,
trustify.protocol and trustify.client Python modules. The reference
implemntation of the server remains where it was for now.
This commit is contained in:
Faidon Liambotis
2012-08-12 07:49:45 +03:00
parent 33c51bf825
commit b8d3aab7a5
19 changed files with 30 additions and 49 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
*.pyc
chocolate_protocol_pb2.py
trustify/protocol/chocolate_pb2.py
m3