[X2Go-Commits] [pyhoca-gui] 17/18: typo fix
git-admin at x2go.org
git-admin at x2go.org
Fri Feb 7 13:26:26 CET 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch brokerclient
in repository pyhoca-gui.
commit ac8cc88bace14b64dcfa4f28cfadf6131d90a5e5
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Feb 7 12:09:19 2014 +0100
typo fix
---
pyhoca/mswin/mswin_logging.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyhoca/mswin/mswin_logging.py b/pyhoca/mswin/mswin_logging.py
index d0879ff..6e680ba 100644
--- a/pyhoca/mswin/mswin_logging.py
+++ b/pyhoca/mswin/mswin_logging.py
@@ -23,7 +23,7 @@ import os
def setup_mswinlog(PROG_NAME):
if hasattr(sys, 'frozen') and str(sys.frozen) in ("windows_exe", "console_exe", "1", ):
- class MsWin_Logging(object):
+ class MSWin_Logging(object):
softspace = 0
_fname = os.path.join(os.environ['AppData'], PROG_NAME, '%s.log' % PROG_NAME)
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
More information about the x2go-commits
mailing list