diff --git a/ccInterface.py b/ccInterface.py new file mode 100644 index 0000000..6f4e793 --- /dev/null +++ b/ccInterface.py @@ -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() \ No newline at end of file diff --git a/cineclubBlogSQ.py b/cineclubBlogSQ.py index e174a25..15b5b92 100644 --- a/cineclubBlogSQ.py +++ b/cineclubBlogSQ.py @@ -252,7 +252,7 @@ def strListe(liste): if liste != []: res += liste[-1] return res - + def newFilm(): """Interface d'ajout d'un nouveau film""" dic = {}