gwbii revised this gist . Go to revision
1 file changed, 0 insertions, 0 deletions
gistfile1.txt renamed to gistfile1.py
File renamed without changes
gwbii revised this gist . Go to revision
1 file changed, 5 insertions
gistfile1.txt(file created)
@@ -0,0 +1,5 @@ | |||
1 | + | import bar | |
2 | + | ||
3 | + | def foo(x): | |
4 | + | b = x | |
5 | + | return b |