From 6a3aa376b10a5a83f7605c585bf074b530618056 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Thu, 09 Jun 2011 18:33:06 +0000 Subject: imports in one line --- (limited to 'voice.py') diff --git a/voice.py b/voice.py index 101a182..6ac6fcf 100644 --- a/voice.py +++ b/voice.py @@ -21,7 +21,8 @@ # You should have received a copy of the GNU General Public License # along with Speak.activity. If not, see . -import re, os +import re +import os from gettext import gettext as _ import logging -- cgit v0.9.1