Archived
1
0
This commit is contained in:
Jip J. Dekker 2014-06-05 15:46:29 +02:00
parent 31790cc10c
commit b68a4e474b

View File

@ -102,7 +102,7 @@ def search(docopt_arguments, source_loader):
# The start for the Fourmi Command Line interface. # The start for the Fourmi Command Line interface.
if __name__ == '__main__': if __name__ == '__main__':
arguments = docopt.docopt(__doc__, version='Fourmi - V0.4.1') arguments = docopt.docopt(__doc__, version='Fourmi - V0.4.2')
loader = SourceLoader() loader = SourceLoader()
if arguments["--include"]: if arguments["--include"]: