Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Rede.py
diff options
context:
space:
mode:
Diffstat (limited to 'Rede.py')
-rw-r--r--Rede.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/Rede.py b/Rede.py
new file mode 100644
index 0000000..526069b
--- /dev/null
+++ b/Rede.py
@@ -0,0 +1,16 @@
+import sys
+from gtk import gdk
+
+class Mensagens:
+ def __init__(self, areadesenho):
+ pass
+ def criaConexao(self):
+ pass
+ def enviaServidor(self, msg):
+ pass
+ def getMessage(self, source, condition):
+ pass
+ def handle_data(self, data):
+ pass
+
+