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?