diff options
author | Arvin Schnell <aschnell@suse.de> | 2007-08-30 14:45:05 +0000 |
---|---|---|
committer | Arvin Schnell <aschnell@suse.de> | 2007-08-30 14:45:05 +0000 |
commit | 29d8807174f813dc474e67723d7918a3c7d4db4d (patch) | |
tree | 3e207faa553ac9de7caec70675bae8db36d7ed46 /examples/python | |
parent | 8f6f0c3a063b8b41a753af6cce6a8942da5ba49d (diff) | |
download | libzypp-bindings-29d8807174f813dc474e67723d7918a3c7d4db4d.tar.gz libzypp-bindings-29d8807174f813dc474e67723d7918a3c7d4db4d.tar.bz2 libzypp-bindings-29d8807174f813dc474e67723d7918a3c7d4db4d.zip |
- removed asString call
Diffstat (limited to 'examples/python')
-rwxr-xr-x | examples/python/list_target_resolvables.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/python/list_target_resolvables.py b/examples/python/list_target_resolvables.py index ec62159..27d9b6f 100755 --- a/examples/python/list_target_resolvables.py +++ b/examples/python/list_target_resolvables.py @@ -22,5 +22,4 @@ print d x = d.haha() print x -print x.asString() |