Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/multi/SRC/pruebaStrInsertOut.py
diff options
context:
space:
mode:
Diffstat (limited to 'multi/SRC/pruebaStrInsertOut.py')
-rw-r--r--multi/SRC/pruebaStrInsertOut.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/multi/SRC/pruebaStrInsertOut.py b/multi/SRC/pruebaStrInsertOut.py
deleted file mode 100644
index 4f74b5d..0000000
--- a/multi/SRC/pruebaStrInsertOut.py
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /usr/bin/env python
-import _prov
-
-def main():
- _prov.insert("bnaklsdnaskjldnaskjdnsakjdnaskjdnaskjd")
- str = _prov.out();
- print str
-
-if __name__ == "__main__":
- main()