def get(self):
     month(self, "10", "2015", "/leto2015/oktober15.html")
 def get(self):
     month(self, "08", "2015", "/leto2015/avgust15.html")
 def get(self):
     month(self, "09", "2015", "/leto2015/september15.html")
 def get(self):
     month(self, "06", "2015", "/leto2015/junij15.html")
 def get(self):
     month(self, "07", "2015", "/leto2015/julij15.html")
 def get(self):
     month(self, "05", "2015", "/leto2015/maj15.html")
 def get(self):
     month(self, "04", "2015", "/leto2015/april15.html")
 def get(self):
     month(self, "03", "2015", "/leto2015/marec15.html")
 def get(self):
     month(self, "02", "2015", "/leto2015/februar15.html")
Esempio n. 10
0
 def get(self):
     month(self, "01", "2015", "/leto2015/januar15.html")