summaryrefslogtreecommitdiffstats
path: root/pym/portage/util/mtimedb.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/util/mtimedb.py')
-rw-r--r--pym/portage/util/mtimedb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/util/mtimedb.py b/pym/portage/util/mtimedb.py
index 736e314d5..30922a901 100644
--- a/pym/portage/util/mtimedb.py
+++ b/pym/portage/util/mtimedb.py
@@ -32,7 +32,7 @@ class MtimeDB(dict):
"indent": "\t",
"sort_keys": True
}
- if sys.hexversion < 0x3020000:
+ if sys.hexversion < 0x30200F0:
# indent only supports int number of spaces
_json_write_opts["indent"] = 4