initialisation of an interface file

This commit is contained in:
Alice 2018-03-25 19:17:48 +02:00
parent a83fd0f430
commit 83e95086ca
2 changed files with 12 additions and 1 deletions

11
ccInterface.py Normal file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Sun Mar 25 18:20:49 2018
@author: alice
"""
from cineclubBlogSQ import filmSQ as f
f.printAll()

View file

@ -252,7 +252,7 @@ def strListe(liste):
if liste != []: if liste != []:
res += liste[-1] res += liste[-1]
return res return res
def newFilm(): def newFilm():
"""Interface d'ajout d'un nouveau film""" """Interface d'ajout d'un nouveau film"""
dic = {} dic = {}