This commit is contained in:
stubbfel
2014-11-09 16:22:23 +01:00
parent 68da758f95
commit 58af7dfdd5
14 changed files with 41 additions and 57 deletions

View File

@@ -2,7 +2,8 @@ __author__ = 'dev'
import unittest
import subprocess
from config.commands import web_stream_commands as wcmd
from fmpi.config.commands import web_stream_commands as wcmd
class TestCommands(unittest.TestCase):