From: Rob Browning Date: Tue, 1 Mar 2011 03:00:44 +0000 (-0600) Subject: Add "import math" to xstat.py. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=04fdbc76b89f9d8e786025efdd1758d62259be28;p=packages%2Fb%2Fbup.git Add "import math" to xstat.py. --- diff --git a/lib/bup/xstat.py b/lib/bup/xstat.py index 0a757f8..374954a 100644 --- a/lib/bup/xstat.py +++ b/lib/bup/xstat.py @@ -1,4 +1,5 @@ """Enhanced stat operations for bup.""" +import math import os import bup._helpers as _helpers