We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f56cfab + b2e6332 commit 179e27cCopy full SHA for 179e27c
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "rda_python_common"
7
-version = "1.0.8"
+version = "1.0.9"
8
9
authors = [
10
{ name="Zaihua Ji", email="zji@ucar.edu" },
src/rda_python_common/PgUtil.py
@@ -19,7 +19,7 @@
19
import calendar
20
import glob
21
from os import path as op
22
-import PgLOG
+from . import PgLOG
23
24
DATEFMTS = {
25
'C' : '(CC|C)', # century
0 commit comments