|
|
@ -2,6 +2,9 @@ import os |
|
|
import re # find and replace |
|
|
import re # find and replace |
|
|
import shutil # move tmp file for overwrite |
|
|
import shutil # move tmp file for overwrite |
|
|
|
|
|
|
|
|
|
|
|
### TODO ### |
|
|
|
|
|
# Add comedy number to cantos |
|
|
|
|
|
|
|
|
cantoDir = os.path.abspath(os.getcwd()) |
|
|
cantoDir = os.path.abspath(os.getcwd()) |
|
|
|
|
|
|
|
|
def getXMLFileName(xmlCantoFile): |
|
|
def getXMLFileName(xmlCantoFile): |
|
|
|