Flan definition collision

smahabole at google.com smahabole at google.com
Tue Aug 11 02:28:13 EDT 2015


I am importing two modules, each of which is defining flags (command line arguments) with the same name. This makes it impossible to import both the modules at once, because of flag name definition conflict. Is there any way which doesn't involve modifying the flag names in these modules?



More information about the Python-list mailing list