mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
Fix import of user_store in test.
This commit is contained in:
parent
8786e6ecc2
commit
1acc17f403
@ -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