mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-17 11:10:23 +00:00
Merge JValleroy's test fixes.
This commit is contained in:
commit
49ce1b9389
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/env python
|
||||
# -*- mode: python; mode: auto-fill; fill-column: 80 -*-
|
||||
|
||||
import modules.user_store
|
||||
import 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