Merge remote-tracking branch 'origin/master'

This commit is contained in:
nadiel
2015-01-12 14:45:11 +01:00
18 changed files with 864 additions and 194 deletions

View File

@ -8,6 +8,7 @@ class Parking:
Definie un parking
"""
def __init__(self, nbNiv, typePlacesParNiv,nom):
self.typePlacesParNiv = typePlacesParNiv
self.__nom = nom
self.__nbPlacesParNiveau = typePlacesParNiv.nbPlaceTotal
self.__prix = 10

View File

@ -93,6 +93,8 @@ class ListeTypePlace:
return self.l
class Placement:
def __init__(self,debut,fin):
self.debut = debut