From e7859fd3718dd44ffef19779b96f5c6dc768a689 Mon Sep 17 00:00:00 2001 From: gn64_jp Date: Sat, 14 Jan 2012 15:07:00 +0000 Subject: [PATCH] fix LANG. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@897 4e526526-5e11-4fc0-8910-f8fd03428081 --- rec10/trunk/src/recording_earth_pt1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rec10/trunk/src/recording_earth_pt1.py b/rec10/trunk/src/recording_earth_pt1.py index f2ea3ba..9806930 100644 --- a/rec10/trunk/src/recording_earth_pt1.py +++ b/rec10/trunk/src/recording_earth_pt1.py @@ -1,4 +1,3 @@ -import os.path #!/usr/bin/python # coding: UTF-8 # Rec10 TS Recording Tools @@ -8,6 +7,7 @@ import sys import subprocess import time import os +import os.path import signal import configreader -- 2.11.0