Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95247
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2015-08-10 23:28 -0700 |
| Message-ID | <238cfbd9-6ccb-4dcf-a4ea-3de78932db02@googlegroups.com> (permalink) |
| Subject | Flan definition collision |
| From | smahabole@google.com |
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?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Flan definition collision smahabole@google.com - 2015-08-10 23:28 -0700 Re: Flan definition collision Joel Goldstick <joel.goldstick@gmail.com> - 2015-08-11 06:31 -0400 Re: Flan definition collision Luca Menegotto <otlucaDELETE@DELETEyahoo.it> - 2015-08-11 13:29 +0200
csiph-web