From fb617e4f7b5e7aef2a0c08e5ff3eb10e079346e5 Mon Sep 17 00:00:00 2001 From: VanyaBelyaev Date: Wed, 24 Jul 2024 21:10:32 +0200 Subject: [PATCH] Update sqliteshelve.py --- ostap/io/sqliteshelve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ostap/io/sqliteshelve.py b/ostap/io/sqliteshelve.py index 4eb40933..3cddd829 100755 --- a/ostap/io/sqliteshelve.py +++ b/ostap/io/sqliteshelve.py @@ -145,7 +145,7 @@ # ============================================================================= ## ordered dict type to be used ordered_dict = dict -if python_info < (3.7) : +if python_info < (3,7) : from collections import OrderedDict as ordered_dict # ============================================================================= _modes_ = {