Attachment 'moin.IsWin9x.patch'
Download 1 --- /usr/lib/python2.4/site-packages/MoinMoin/util/__init__.py.orig 2006-07-01 21:26:48 +0400
2 +++ /usr/lib/python2.4/site-packages/MoinMoin/util/__init__.py 2006-07-01 21:26:37 +0400
3 @@ -97,7 +97,7 @@
4 if hasattr(sys, 'getwindowsversion'):
5 if sys.getwindowsversion()[3] == 1:
6 return True
7 - elif os.environ.get('comspec', '').find('command'):
8 + elif os.environ.get('comspec', '').find('command') >= 0:
9 return True
10 return False
11
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.