diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-27 03:46:53 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-27 03:46:53 +0000 |
| commit | e40c611f0cf2653a48571f0081cf193ebfd2ffcf (patch) | |
| tree | 81e0722ed6fc06790ce76630bf471f3830e5a647 /lib/python/Plugins | |
| parent | e5be8d7dbdb42cc287d6ba65ecc3a08685412fc1 (diff) | |
| download | enigma2-e40c611f0cf2653a48571f0081cf193ebfd2ffcf.tar.gz enigma2-e40c611f0cf2653a48571f0081cf193ebfd2ffcf.zip | |
fix very stupid error
Diffstat (limited to 'lib/python/Plugins')
| -rw-r--r-- | lib/python/Plugins/update.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Plugins/update.py b/lib/python/Plugins/update.py index 01e986e8..a1525cf3 100644 --- a/lib/python/Plugins/update.py +++ b/lib/python/Plugins/update.py @@ -30,7 +30,6 @@ class Example(Screen): def doUpdate(self, val = False): if val: - print "updating" lines = os.popen("ipkg update && ipkg upgrade", "r").readlines() string = "" for x in lines: |
