From f8f7e5f5237f7ebd057ab21c8432b549d876b1d6 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 9 Aug 2009 15:04:39 +0200 Subject: [PATCH] import simplejson --- oxlib/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oxlib/file.py b/oxlib/file.py index 3db93c8..63eb39c 100644 --- a/oxlib/file.py +++ b/oxlib/file.py @@ -8,7 +8,7 @@ import sys import struct import subprocess -from simplejson +import simplejson def sha1sum(filename):