Thanks Marcus, I have been recently acquainted with PEP8 and il have a look at it again :)
On Sunday, 11 May 2014 19:51:36 UTC+10, Jeremy YeoKhoo wrote: > > Hey gu > I'm starting to cleanup my code, and since I've self taught programming > from the get go and arent aware of some basic things. I have a question,. > In regards to an __init__.py file. Can I use a folder that contains a > __init__.py as an inherited object? And if I can, how do i structure the > code? > > > So if Car folder has __init__ how do I the call: > > class sportscar(car): > def __init__(self, car.__init__): > print "go vroom" > > > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/1150fcf2-befa-48b8-9260-3e551df5ecf2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
