Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #41805
| From | Fabian von Romberg <fromberg100@hotmail.com> |
|---|---|
| Subject | import in Python3.3 |
| Date | 2013-03-24 18:12 -0500 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3685.1364166787.2939.python-list@python.org> (permalink) |
Hi, I have a package name collections and inside of my package I want to import the collections package from the standard library, but there is name conflicts. How do I import explicitly from the standard library? Im working on Python3.3 Thanks in advance and regards, Fabian
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
import in Python3.3 Fabian von Romberg <fromberg100@hotmail.com> - 2013-03-24 18:12 -0500
Re: import in Python3.3 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-03-25 00:27 +0000
Re: import in Python3.3 Fabian von Romberg <fromberg100@hotmail.com> - 2013-03-24 20:39 -0500
Re: import in Python3.3 rocky <rocky@gnu.org> - 2013-03-25 20:49 -0700
Re: import in Python3.3 Jerry Hill <malaclypse2@gmail.com> - 2013-03-26 12:33 -0400
Re: import in Python3.3 rocky <rocky@gnu.org> - 2013-03-26 11:41 -0700
Re: import in Python3.3 rocky <rocky@gnu.org> - 2013-03-26 11:41 -0700
Re: import in Python3.3 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-03-26 23:11 +0000
csiph-web