Skip to content

Commit 9f215c0

Browse files
author
Vladimir Kotal
committed
fix import
1 parent 145c4d3 commit 9f215c0

File tree

1 file changed

+1
-1
lines changed
  • opengrok-tools/src/main/python/opengrok_tools

1 file changed

+1
-1
lines changed

opengrok-tools/src/main/python/opengrok_tools/projadm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"""
2828

2929
import argparse
30-
import os
30+
import io
3131
import shutil
3232
import sys
3333
import tempfile

0 commit comments

Comments
 (0)