From 04fdbc76b89f9d8e786025efdd1758d62259be28 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Mon, 28 Feb 2011 21:00:44 -0600 Subject: [PATCH] Add "import math" to xstat.py. --- lib/bup/xstat.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5