From 83e95086ca8f7264ddb6c4a6c2743ad9b1316b4f Mon Sep 17 00:00:00 2001 From: cartoonnerie Date: Sun, 25 Mar 2018 19:17:48 +0200 Subject: [PATCH] initialisation of an interface file --- ccInterface.py | 11 +++++++++++ cineclubBlogSQ.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 ccInterface.py 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 = {}