mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Optimise Python imports.
This commit is contained in:
@@ -15,10 +15,11 @@ Credit/Reference: http://flask.pocoo.org/snippets/86/
|
||||
Modified to support both Python 2.6+ & Python 3.x
|
||||
"""
|
||||
|
||||
import os
|
||||
import errno
|
||||
import os
|
||||
import sqlite3
|
||||
from uuid import uuid4
|
||||
|
||||
try:
|
||||
from cPickle import dumps, loads
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user