mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Feature test should work with Python 2.7.
Import print_function from __future__
This commit is contained in:
parent
6e4923d762
commit
e5638b520d
@ -7,6 +7,7 @@
|
||||
#
|
||||
##########################################################################
|
||||
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import sys
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user