From 4cbe722ae761494274af05d9f75923ea3b086fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Tue, 27 Aug 2013 23:51:34 +0200 Subject: [PATCH] [random] Cleaning --- surveillance/strptime.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/surveillance/strptime.py b/surveillance/strptime.py index c455587c..aaca007e 100644 --- a/surveillance/strptime.py +++ b/surveillance/strptime.py @@ -22,6 +22,3 @@ def syslog2pgsql(date): heure = date[7:] annee = time.gmtime()[0] return "%02d-%02d-%04d %s" % (jour, mois, annee, heure) - - -