~parthm/+junk/pybalrog

« back to all changes in this revision

Viewing changes to balroglib/obj.py

  • Committer: Parth Malwankar
  • Date: 2010-07-10 11:44:03 UTC
  • Revision ID: parth.malwankar@gmail.com-20100710114403-q03z9n58gr7qibw7
intermediate checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
class Obj(object):
 
2
    pass
 
3
 
 
4
# vim: ts=4 sw=4 sts=4 et :
 
5