mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
commit
b14b0db4d2
@ -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):
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# -*- mode: python; mode: auto-fill; fill-column: 80 -*-
|
# -*- mode: python; mode: auto-fill; fill-column: 80 -*-
|
||||||
|
|
||||||
import user_store
|
import modules.user_store
|
||||||
from logger import Logger
|
from logger import Logger
|
||||||
import cfg
|
import cfg
|
||||||
import unittest
|
import unittest
|
||||||
@ -83,4 +83,4 @@ class UserStore(unittest.TestCase):
|
|||||||
return user
|
return user
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user