Skip to content

Commit 45c5af7

Browse files
author
Vladimir Kotal
committed
add the restful module
1 parent f207e55 commit 45c5af7

File tree

1 file changed

+2
-0
lines changed
  • opengrok-tools/src/main/python/opengrok_tools/utils

1 file changed

+2
-0
lines changed

opengrok-tools/src/main/python/opengrok_tools/utils/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from . import utils
88
from . import webutil
99
from . import exitvals
10+
from . import restful
1011

1112
__all__ = [
1213
'opengrok',
@@ -18,4 +19,5 @@
1819
'readconfig',
1920
'parsers',
2021
'exitvals',
22+
'restful',
2123
]

0 commit comments

Comments
 (0)