removed header
This commit is contained in:
		@@ -1,2 +0,0 @@
 | 
				
			|||||||
# $Id$
 | 
					 | 
				
			||||||
# $URL$
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,6 @@
 | 
				
			|||||||
cfgfile.py
 | 
					cfgfile.py
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Created by Marcus Stoegbauer on 2013-01-12.
 | 
					Created by Marcus Stoegbauer on 2013-01-12.
 | 
				
			||||||
Copyright (c) 2013 __MyCompanyName__. All rights reserved.
 | 
					 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
import configparser
 | 
					import configparser
 | 
				
			||||||
import os
 | 
					import os
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,14 +1,10 @@
 | 
				
			|||||||
#!/usr/bin/env python3
 | 
					#!/usr/bin/env python3
 | 
				
			||||||
# encoding: utf-8
 | 
					# encoding: utf-8
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# $Id$
 | 
					 | 
				
			||||||
# $URL$
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
checks.py
 | 
					checks.py
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Created by Marcus Stoegbauer on 2013-01-10.
 | 
					Created by Marcus Stoegbauer on 2013-01-10.
 | 
				
			||||||
Copyright (c) 2013 __MyCompanyName__. All rights reserved.
 | 
					 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import platform
 | 
					import platform
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,3 @@
 | 
				
			|||||||
# $Id$
 | 
					 | 
				
			||||||
# $URL$
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[Main]
 | 
					[Main]
 | 
				
			||||||
configdir = $HOME/.userconfig
 | 
					configdir = $HOME/.userconfig
 | 
				
			||||||
configfile = userconfig.cfg
 | 
					configfile = userconfig.cfg
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,6 @@
 | 
				
			|||||||
#!/usr/bin/env python3
 | 
					#!/usr/bin/env python3
 | 
				
			||||||
# encoding: utf-8
 | 
					# encoding: utf-8
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# $Id$
 | 
					 | 
				
			||||||
# $URL$
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
userconfig.py
 | 
					userconfig.py
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user