mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +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
|
||||
# -*- mode: python; mode: auto-fill; fill-column: 80 -*-
|
||||
|
||||
import user_store
|
||||
import modules.user_store
|
||||
from logger import Logger
|
||||
import cfg
|
||||
import unittest
|
||||
@ -83,4 +83,4 @@ class UserStore(unittest.TestCase):
|
||||
return user
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
unittest.main()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user