Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-06-09 18:33:06 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-06-09 18:33:06 (GMT)
commit6a3aa376b10a5a83f7605c585bf074b530618056 (patch)
tree0981070c2c5eaad63d3af617c69cb76431ffc082
parent540350bc3b6993cdf5a554ab29ca08e6c7644857 (diff)
imports in one line
-rw-r--r--voice.py3
1 files changed, 2 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
-import re, os
+import re
+import os
from gettext import gettext as _
import logging