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_dd_create | 1 - 1 file changed, 1 deletion(-) (limited to 'src/report-python/test_dd_create') diff --git a/src/report-python/test_dd_create b/src/report-python/test_dd_create index 0290482f..71ab8de5 100755 --- a/src/report-python/test_dd_create +++ b/src/report-python/test_dd_create @@ -1,7 +1,6 @@ #!/usr/bin/python from report import * -import report dd = dd_create("testdir", 0) print dd -- cgit