Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Commit

Permalink
Fixed imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Romansky committed Nov 20, 2014
1 parent 2f5b78c commit c9c9ada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/freeseer/tests/framework/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@
import re
import sys

from freeseer.framework.config import Config
from freeseer.framework.config.profile import ProfileManager
from freeseer.framework.plugin import IAudioInput
from freeseer.framework.plugin import PluginManager
from freeseer.framework.config import Config, options
from freeseer.framework.config import options


@pytest.fixture
Expand Down

0 comments on commit c9c9ada

Please sign in to comment.