Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Main.py
diff options
context:
space:
mode:
authorManusheel <manusheel@localhost.localdomain>2007-07-24 15:10:45 (GMT)
committer Manusheel <manusheel@localhost.localdomain>2007-07-24 15:10:45 (GMT)
commit90bf7269de06b9b1398de7eb387d52cffda72694 (patch)
tree77ea1758d6ca176d3c4c97275efdb9a4539c2e59 /Main.py
parent9c0b7121410f4d013d2cc67e5b7490c593abdb74 (diff)
Bugs fixed, new functions added, existing functions changed
Diffstat (limited to 'Main.py')
-rw-r--r--Main.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/Main.py b/Main.py
deleted file mode 100644
index 5dafb95..0000000
--- a/Main.py
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/env python
-import pygtk
-pygtk.require('2.0')
-import sys,gtk,gobject,random,socket,select
-import threading
-import math
-import pango
-from gtk import gdk
-
-from Oficina import Oficina
-
-def main():
- """Run the program.
- """
- oficina = Oficina()
- gtk.main()
-
-if __name__ == "__main__":
- main()
-