From cfad4f48b9b991c97b116c826de043d7974fce37 Mon Sep 17 00:00:00 2001 From: Nate Oostendorp Date: Thu, 21 Apr 2011 03:13:56 +0000 Subject: [PATCH] CodeReader -> BarCodeReader --- zxing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zxing.py b/zxing.py index 83892e6..4308226 100644 --- a/zxing.py +++ b/zxing.py @@ -11,7 +11,7 @@ import subprocess, re -class CodeReader(): +class BarCodeReader(): location = "" command = "java" libs = ["javase/javase.jar", "core/core.jar"]