From f10a9c544247ef68c7d85ef64e01a8b40dd82fd6 Mon Sep 17 00:00:00 2001 From: javiplx Date: Tue, 3 May 2011 09:10:45 +0000 Subject: [PATCH] BUGFIX : syntax error git-svn-id: file:///svnroot/wifihood/trunk@111 c51dfc6a-5949-4919-9c8e-f207a149c383 --- wifiscanner/wifimap/replay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifiscanner/wifimap/replay.py b/wifiscanner/wifimap/replay.py index 88a7e56..1e8b594 100644 --- a/wifiscanner/wifimap/replay.py +++ b/wifiscanner/wifimap/replay.py @@ -13,7 +13,7 @@ class ReplayScanner ( gobject.GObject ) : def __init__ ( self ) : gobject.GObject.__init__( self ) self.scan_timeout = 0 - self.db = db.database( os.path.join( conf.homedir , "wifireplay.db" ) + self.db = db.database( os.path.join( conf.homedir , "wifireplay.db" ) ) # Values specific to replaying self._file = os.path.join( conf.homedir , "wiscan_gui.info" ) -- 1.7.9.5