Fix import of privilegedactions in tests.

This commit is contained in:
James Valleroy 2013-11-02 02:40:49 +00:00
parent b9b4e0a2ec
commit 8786e6ecc2
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# -*- mode: python; mode: auto-fill; fill-column: 80 -*- # -*- mode: python; mode: auto-fill; fill-column: 80 -*-
import sys import sys
from actions.privilegedactions import privilegedaction_run from privilegedactions import privilegedaction_run
import unittest import unittest
class TestPrivileged(unittest.TestCase): class TestPrivileged(unittest.TestCase):

View File

@ -2,7 +2,7 @@
# -*- mode: python; mode: auto-fill; fill-column: 80 -*- # -*- mode: python; mode: auto-fill; fill-column: 80 -*-
import sys import sys
from actions.privilegedactions import privilegedaction_run from privilegedactions import privilegedaction_run
import unittest import unittest
class TestPrivileged(unittest.TestCase): class TestPrivileged(unittest.TestCase):