Exemplo n.º 1
0
	def __init__(self, rule):
		self.rule = rule
		NumRangesEntry.__init__(self, 1, 31, 10)
Exemplo n.º 2
0
Arquivo: day.py Projeto: Noori/starcal
 def __init__(self, rule):
     self.rule = rule
     NumRangesEntry.__init__(self, 1, 31, 10)
Exemplo n.º 3
0
 def __init__(self, rule):
     self.rule = rule
     NumRangesEntry.__init__(self, 0, 9999, 10)
Exemplo n.º 4
0
	def __init__(self, rule):
		self.rule = rule
		NumRangesEntry.__init__(self, 0, 9999, 10)