summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/23-07-2011/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'For Weekly Test/23-07-2011/test.py')
-rw-r--r--For Weekly Test/23-07-2011/test.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/For Weekly Test/23-07-2011/test.py b/For Weekly Test/23-07-2011/test.py
new file mode 100644
index 0000000..fee71b0
--- /dev/null
+++ b/For Weekly Test/23-07-2011/test.py
@@ -0,0 +1,8 @@
+import LogFileClass
+tri = 'cc'
+logger = LogFileClass.Logging('testing'+tri+'.log')
+logger.logEvent('')
+
+message = 'hai'
+
+logger.logEvent('opo iki' +message)