Updated copyright blurbs in all files to '# Copyright'
[hooke.git] / hooke / config.py
index 03da0c9cb0ab7c1f4859f22b7e1be33f9fce9bda..7218e5f740ef4128474750da8ce6d034d95b0407 100644 (file)
@@ -1,13 +1,8 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
+# Copyright
 
-'''
-config.py
-
-Configuration defaults, read/write, and template file creation for Hooke.
-
-COPYRIGHT
-'''
+"""Configuration defaults, read/write, and template file creation for
+Hooke.
+"""
 
 import ConfigParser as configparser
 import os.path