Removing useless line.
This commit is contained in:
parent
5e564a8e0c
commit
2bc12f9730
|
@ -156,8 +156,6 @@ for line in fileinput.input(doxyfile, inplace=1, backup='.bak'):
|
||||||
print(line)
|
print(line)
|
||||||
print("modified "+doxyfile+", a backup was made")
|
print("modified "+doxyfile+", a backup was made")
|
||||||
|
|
||||||
PROJECT_NUMBER = "0.3.1"
|
|
||||||
|
|
||||||
scriptlocation = os.path.dirname(os.path.abspath(__file__))
|
scriptlocation = os.path.dirname(os.path.abspath(__file__))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue