comparison paint/package.py @ 4:e230ac76aaa4

stub package model
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 23 Feb 2012 13:26:06 -0800
parents
children 5b74792d46e4
comparison
equal deleted inserted replaced
3:583f678eb0c9 4:e230ac76aaa4
1 """
2 package model for python PAckage INTrospection
3 """
4
5 class Package(object):
6
7 def __init__(self, src):
8 self.src = src