From 27276b34e3631f60a2414ab9c199f28de9b03780 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 16 Dec 2010 04:48:22 +0100 Subject: python wrapper: trivial cleanup Signed-off-by: Denys Vlasenko --- src/report-python/test_crash_data | 1 - 1 file changed, 1 deletion(-) (limited to 'src/report-python/test_crash_data') diff --git a/src/report-python/test_crash_data b/src/report-python/test_crash_data index 5f8f9a86..6f719a8f 100755 --- a/src/report-python/test_crash_data +++ b/src/report-python/test_crash_data @@ -1,7 +1,6 @@ #!/usr/bin/python from report import * -import report cd = crash_data() cd.add("foo", "bar") -- cgit