Normalize module docstring format
authorBen Steffen <bds@mit.edu>
Tue, 26 Nov 2019 05:18:39 +0000 (00:18 -0500)
committerBen Steffen <bds@mit.edu>
Tue, 26 Nov 2019 05:18:39 +0000 (00:18 -0500)
python/invirt/__init__.py
python/invirt/authz.py

index e199bc3..fc55bd8 100644 (file)
@@ -1,11 +1,12 @@
-'''Invirt - a virtualization management system
+"""
+Invirt - a virtualization management system
 
 Invirt was developed at the Student Information Processing Board of
 the Massachusetts Institute of Technology.  See http://xvm.mit.edu/.
 
 Invirt is free software available under the GNU GPL, version 2 or later.
 Consult the source files for details.
-'''
+"""
 
 # Invirt is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by the
index 791dbf3..bab2bea 100644 (file)
@@ -1,4 +1,5 @@
-"""Invirt authorization.
+"""
+Invirt authorization.
 
 This module acts as a loader for the pluggable authorization system.