diff options
author | murphy <murphy@rubychan.de> | 2011-06-17 23:13:24 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2011-06-17 23:13:24 +0000 |
commit | 90f70ee61e87e137aa192c5db97c382e1ec7d24b (patch) | |
tree | a9d5e9c7e0664faaada8d99741679d0bb8f6403c /test/executable/source.py | |
parent | 4c8b5dac9d881b916a49e20401659bf107168e0b (diff) | |
download | coderay-90f70ee61e87e137aa192c5db97c382e1ec7d24b.tar.gz |
issue #45: new command line interface!
Diffstat (limited to 'test/executable/source.py')
-rw-r--r-- | test/executable/source.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/executable/source.py b/test/executable/source.py new file mode 100644 index 0000000..1bb2c00 --- /dev/null +++ b/test/executable/source.py @@ -0,0 +1 @@ +class ClassName(): pass
\ No newline at end of file |