Re: Flan definition collision

2015-08-11 Thread Luca Menegotto
Il 11/08/2015 08:28, smahab...@google.com ha scritto: 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. If you use 'import', and

Re: Flan definition collision

2015-08-11 Thread Joel Goldstick
On Tue, Aug 11, 2015 at 2:28 AM, smahabole--- via Python-list wrote: > 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