chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32971a5
)
Add useless test file
author
nickthetait
<tait@alephobjects.com>
Wed, 24 Jun 2015 17:37:26 +0000
(11:37 -0600)
committer
nickthetait
<tait@alephobjects.com>
Wed, 24 Jun 2015 17:37:26 +0000
(11:37 -0600)
test-python-file.py
[new file with mode: 0644]
patch
|
blob
diff --git a/test-python-file.py
b/test-python-file.py
new file mode 100644
(file)
index 0000000..
44f37c6
--- /dev/null
+++ b/
test-python-file.py
@@ -0,0
+1,4
@@
+def doNothing():
+ pass
+
+doNothing()