OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gamin?expand=0&rev=1
15 lines
303 B
Diff
15 lines
303 B
Diff
--- python/gamin.py.orig 2011-02-13 21:06:20.000000000 +0100
|
|
+++ python/gamin.py 2011-02-13 21:06:27.000000000 +0100
|
|
@@ -1,5 +1,3 @@
|
|
-#!/usr/bin/env python
|
|
-
|
|
import _gamin
|
|
import os.path
|
|
|
|
@@ -253,5 +251,3 @@
|
|
print "disconnecting"
|
|
del mon
|
|
|
|
-if __name__ == '__main__':
|
|
- run_unit_tests()
|