summary refs log tree commit diff stats
path: root/examples/pythonex.nim
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pythonex.nim')
-rwxr-xr-xexamples/pythonex.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/pythonex.nim b/examples/pythonex.nim
index e2664f350..310d80151 100755
--- a/examples/pythonex.nim
+++ b/examples/pythonex.nim
@@ -9,4 +9,3 @@ Py_Initialize()
 discard PyRun_SimpleString("from time import time,ctime\L" &
                            "print 'Today is',ctime(time())\L")
 Py_Finalize()
-