mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
Fix import of privilegedactions in tests.
This commit is contained in:
parent
b9b4e0a2ec
commit
8786e6ecc2
@ -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):
|
||||||
|
|||||||
@ -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):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user