mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +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 -*-
|
||||
|
||||
import sys
|
||||
from actions.privilegedactions import privilegedaction_run
|
||||
from privilegedactions import privilegedaction_run
|
||||
import unittest
|
||||
|
||||
class TestPrivileged(unittest.TestCase):
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# -*- mode: python; mode: auto-fill; fill-column: 80 -*-
|
||||
|
||||
import sys
|
||||
from actions.privilegedactions import privilegedaction_run
|
||||
from privilegedactions import privilegedaction_run
|
||||
import unittest
|
||||
|
||||
class TestPrivileged(unittest.TestCase):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user