fix a typo

This commit is contained in:
Nikos Kouremenos 2005-07-18 08:18:30 +00:00
parent 3928a14753
commit e814975d6f
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ class Interface:
parser.write()
def enable_dbus(self):
if remote_control not in globals():
if 'remote_control' not in globals():
import remote_control
self.remote = remote_control.Remote(self)