diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-03-02 12:31:47 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-03-02 12:31:47 -0500 |
commit | 19e66fcc4dd4c5ddf2cb2f9f5fe5bb7f1ab27fb8 (patch) | |
tree | 3f8a3f5d84995a325d0faa65eb7d108438def0f5 | |
parent | c3d68bd89a2599668054be4cf86009149b77c68d (diff) | |
parent | 72cd346369d245e1721a4a9f1580d5d4368d972c (diff) | |
download | flowsample-19e66fcc4dd4c5ddf2cb2f9f5fe5bb7f1ab27fb8.tar.gz |
Merge branch 'feature-foobar'
-rw-r--r-- | flowsample/bar.py | 2 | ||||
-rw-r--r-- | flowsample/foo.py | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/flowsample/bar.py b/flowsample/bar.py new file mode 100644 index 0000000..0a14c07 --- /dev/null +++ b/flowsample/bar.py @@ -0,0 +1,2 @@ +def bar(): + return 'bar' diff --git a/flowsample/foo.py b/flowsample/foo.py new file mode 100644 index 0000000..a266b7c --- /dev/null +++ b/flowsample/foo.py @@ -0,0 +1,2 @@ +def foo(): + return 'foo' |