Skip to content

Commit 179e27c

Browse files
authored
Merge pull request #13 from NCAR/hua-work-common
from . import PgLOG
2 parents f56cfab + b2e6332 commit 179e27c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rda_python_common"
7-
version = "1.0.8"
7+
version = "1.0.9"
88

99
authors = [
1010
{ name="Zaihua Ji", email="zji@ucar.edu" },

src/rda_python_common/PgUtil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import calendar
2020
import glob
2121
from os import path as op
22-
import PgLOG
22+
from . import PgLOG
2323

2424
DATEFMTS = {
2525
'C' : '(CC|C)', # century

0 commit comments

Comments
 (0)