OSDN Git Service

implement recque system.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Sat, 30 Oct 2010 06:00:15 +0000 (06:00 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Sat, 30 Oct 2010 06:00:15 +0000 (06:00 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@714 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/timerec.py

index 182962d..8baa308 100644 (file)
@@ -1,4 +1,3 @@
-import recque
 #!/usr/bin/python
 # coding: UTF-8
 # Rec10 TS Recording Tools
@@ -26,6 +25,7 @@ import tv2mkv
 import tv2mp4
 import install
 import recdblist
+import recque
 recpath = configreader.getpath('recpath')
 movepath = configreader.getpath('move_destpath')
 path = str(os.path.dirname(os.path.abspath(__file__))) + "/"