From: nickthetait Date: Wed, 24 Jun 2015 17:37:26 +0000 (-0600) Subject: Add useless test file X-Git-Tag: lulzbot-15.02.1-2.01~60^2~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7232e133917e4c24d185dd283784b322c261b8ad;p=cura.git Add useless test file --- diff --git a/test-python-file.py b/test-python-file.py new file mode 100644 index 00000000..44f37c6e --- /dev/null +++ b/test-python-file.py @@ -0,0 +1,4 @@ +def doNothing(): + pass + +doNothing()