]> git.parisson.com Git - teleforma.git/commitdiff
cleanup timeside, goto 1.4
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 19 Apr 2021 22:05:04 +0000 (00:05 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 19 Apr 2021 22:05:04 +0000 (00:05 +0200)
teleforma/__init__.py
teleforma/management/commands/teleforma-copy-conferences.py

index e2b3b9d6ca476e8ba133419e1d3cf438483db383..daf70c4769750fea27051a73b65b9a9816c30dbc 100644 (file)
@@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma}
 """
 
 __docformat__ = 'epytext en'
-__version__ = '1.3'
+__version__ = '1.4'
 __url__ = 'http://parisson.com/products/teleforma'
 __copyright__ = '(C) 2011-2017 Parisson'
 __license__ = 'CeCILL-v2'
index 76608b81bc41268b4fd97aac3a50a33adc24fbf0..955fab91472e9d71d539987713af5789b01df9d7 100644 (file)
@@ -10,7 +10,6 @@ from telemeta.util.unaccent import unaccent
 from teleforma.models import *
 import logging
 import os
-import timeside
 
 
 class Logger: