Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/voice.py
diff options
context:
space:
mode:
Diffstat (limited to 'voice.py')
-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