Closedown

This commit is contained in:
boccioli_m
2017-10-10 13:36:58 +02:00
parent dc4ddbc16b
commit ece149f2f5
3 changed files with 94 additions and 9 deletions

View File

@@ -10,11 +10,6 @@
global print_log, sendFeedback, sys, inspect, os, traceback
import sys, inspect, os, traceback
class Pio:
def __init__(self):
self.log('ecco pio')
def log(self, text):
print str(text)