A question about imports in wxpython

cl at isbd.net cl at isbd.net
Mon Feb 8 10:44:25 EST 2016


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
·



More information about the Python-list mailing list