From a09f3e06c36f440b9975cbdb8379734eae9f47cc Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 30 May 2015 17:43:01 +1200 Subject: Factor logger out of pathoc, use it in pathod as well. --- libpathod/utils.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libpathod/utils.py') diff --git a/libpathod/utils.py b/libpathod/utils.py index dd0ae425..1475500a 100644 --- a/libpathod/utils.py +++ b/libpathod/utils.py @@ -10,11 +10,11 @@ SSLVERSIONS = { } SIZE_UNITS = dict( - b = 1024**0, - k = 1024**1, - m = 1024**2, - g = 1024**3, - t = 1024**4, + b = 1024 ** 0, + k = 1024 ** 1, + m = 1024 ** 2, + g = 1024 ** 3, + t = 1024 ** 4, ) -- cgit v1.2.3