removed header

This commit is contained in:
Marcus Stoegbauer 2019-06-12 23:40:04 +02:00
parent 2114d9a77d
commit 22bd6ed278
5 changed files with 0 additions and 12 deletions

View File

@ -1,2 +0,0 @@
# $Id$
# $URL$

View File

@ -6,7 +6,6 @@
cfgfile.py
Created by Marcus Stoegbauer on 2013-01-12.
Copyright (c) 2013 __MyCompanyName__. All rights reserved.
"""
import configparser
import os

View File

@ -1,14 +1,10 @@
#!/usr/bin/env python3
# encoding: utf-8
#
# $Id$
# $URL$
"""
checks.py
Created by Marcus Stoegbauer on 2013-01-10.
Copyright (c) 2013 __MyCompanyName__. All rights reserved.
"""
import platform

View File

@ -1,6 +1,3 @@
# $Id$
# $URL$
[Main]
configdir = $HOME/.userconfig
configfile = userconfig.cfg

View File

@ -1,8 +1,6 @@
#!/usr/bin/env python3
# encoding: utf-8
#
# $Id$
# $URL$
"""
userconfig.py