Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Utilidades/bin/python/InvocarConstructorPUI.py
diff options
context:
space:
mode:
Diffstat (limited to 'Utilidades/bin/python/InvocarConstructorPUI.py')
-rw-r--r--Utilidades/bin/python/InvocarConstructorPUI.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/Utilidades/bin/python/InvocarConstructorPUI.py b/Utilidades/bin/python/InvocarConstructorPUI.py
deleted file mode 100644
index 68274e2..0000000
--- a/Utilidades/bin/python/InvocarConstructorPUI.py
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /usr/bin/env python
-import pygame, sys, os
-import PuiModule
-#from pygame import *
-
-if __name__ == "__main__":
- pygame.init()
- pui = PuiModule.Pui()
- print 'Luego de construir Pui'
- pygame.quit()
- print 'Fin del programa!!' \ No newline at end of file