From 61ef4b7424e95b4d2142c25afbf0f98a523c8afd Mon Sep 17 00:00:00 2001 From: Eric Christensen Date: Mar 12 2013 14:38:29 +0000 Subject: Updated name --- diff --git a/create-tx-config.py b/create-tx-config.py new file mode 100755 index 0000000..57f5b33 --- /dev/null +++ b/create-tx-config.py @@ -0,0 +1,13 @@ +import os + +#getpath = "What path shall I look for your pot files?" +#print (getpath) +#path = raw_input() +#print "Okay, using " + path + " today." + +path = "pot/" + +for (path, dirs, files) in os.walk(path): + print files + +exit()