diff mercurial/win32.py @ 8227:0a9542703300

turn some comments back into module docstrings
author Martin Geisler <mg@lazybytes.net>
date Sun, 26 Apr 2009 01:24:49 +0200
parents 8b2cd04a6e97
children 91f1fe78454c
line wrap: on
line diff
--- 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