chiark / gitweb /
Add useless test file
authornickthetait <tait@alephobjects.com>
Wed, 24 Jun 2015 17:37:26 +0000 (11:37 -0600)
committernickthetait <tait@alephobjects.com>
Wed, 24 Jun 2015 17:37:26 +0000 (11:37 -0600)
test-python-file.py [new file with mode: 0644]

diff --git a/test-python-file.py b/test-python-file.py
new file mode 100644 (file)
index 0000000..44f37c6
--- /dev/null
@@ -0,0 +1,4 @@
+def doNothing():
+       pass
+
+doNothing()