Fix default directory after moving the file.

This commit is contained in:
Mark de Wever 2008-04-23 19:48:12 +00:00
parent 87db404aea
commit a34996108b

View file

@ -30,7 +30,7 @@ if __name__ == "__main__":
output_directory = "/tmp/"
# default directory to find the source files in, no trailing /.
src_directory = "../../src/gui"
src_directory = "../src/gui"
def reindent( data):
"""Converts the raw input to an easier to use format.