Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102683
| From | cl@isbd.net |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | A question about imports in wxpython |
| Date | 2016-02-08 15:44 +0000 |
| Message-ID | <pnpmoc-ved.ln1@esprimo.zbmc.eu> (permalink) |
I'm playing with some code that uses the wxpython grid. *Every*
example I have seen starts with the imports:-
import wx
import wx.grid as Gridlib
As Gridlib is exactly the same number of characters as wx.grid I
really don't see the point. Am I missing something?
--
Chris Green
ยท
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
A question about imports in wxpython cl@isbd.net - 2016-02-08 15:44 +0000 Re: A question about imports in wxpython Ian Kelly <ian.g.kelly@gmail.com> - 2016-02-08 09:25 -0700
csiph-web