Skip to content

Commit b6d271a

Browse files
author
James William Pye
committed
Nit.
1 parent 6dd345d commit b6d271a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
sys.path.insert(0, '')
2121

2222
sys.dont_write_bytecode = True
23-
import postgresql.release.distutils as pg_dist
24-
defaults = pg_dist.standard_setup_keywords()
23+
import postgresql.release.distutils as dist
24+
defaults = dist.standard_setup_keywords()
2525
sys.dont_write_bytecode = False
2626

2727
if __name__ == '__main__':

0 commit comments

Comments
 (0)