mercurial/win32.py
changeset 8227 0a9542703300
parent 8226 8b2cd04a6e97
child 8328 91f1fe78454c
--- a/mercurial/win32.py	Sun Apr 26 01:13:08 2009 +0200
+++ b/mercurial/win32.py	Sun Apr 26 01:24:49 2009 +0200
@@ -4,11 +4,14 @@
 #
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2, incorporated herein by reference.
-#
-# Mark Hammond's win32all package allows better functionality on
-# Windows.  this module overrides definitions in util.py.  if not
-# available, import of this module will fail, and generic code will be
-# used.
+
+"""Utility functions that use win32 API.
+
+Mark Hammond's win32all package allows better functionality on
+Windows. This module overrides definitions in util.py. If not
+available, import of this module will fail, and generic code will be
+used.
+"""
 
 import win32api