@@ -1,37 +1,15 @@
#!/usr/bin/env python
# encoding: utf-8
#
# This script is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
# ---------------
# -*- coding: utf-8 -*-
# vim:ts=4:tw=79:ai:expandtab
#
# Version Information:
#
# 0.2 - 2015-10-10 - #fuckit
#

import fuckit
fuckit('xmlrpclib')
fuckit('ConfigParser')
fuckit(fuckit('optparse'))
fuckit('sys')
fuckit('os')
fuckit('re')
fuckit('httplib')

import xmlrpclib
import httplib
import datetime
import ConfigParser
import optparse
import sys
import os


import xml.dom.minidom

@@ -1,5 +1,4 @@
#!/usr/bin/env python
# encoding: utf-8
#!/usr/bin/python
#
# This script is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -19,19 +18,14 @@
#
# Pushes a file to a configuration channel in Satellite/Spacewalk
#
# Version Information:
#
# 0.2 - 2015-10-10 - #fuckit
#

import fuckit
fuckit('xmlrpclib')
fuckit('ConfigParser')
fuckit(fuckit('optparse'))
fuckit('sys')
fuckit('os')
fuckit('re')
fuckit('urllib2')
import xmlrpclib
import ConfigParser
import optparse
import sys
import os
import re
import urllib2

from optparse import OptionParser
from distutils.version import LooseVersion
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# encoding: utf-8
#!/usr/bin/python
#
# This script is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -19,18 +18,13 @@
#
# This is a template for new api scripts
#
# Version Information:
#
# 0.2 - 2015-10-10 - #fuckit
#

import fuckit
fuckit('xmlrpclib')
fuckit('ConfigParser')
fuckit(fuckit('optparse'))
fuckit('sys')
fuckit('os')
fuckit('re')
import xmlrpclib
import ConfigParser
import optparse
import sys
import os
import re

from optparse import OptionParser
from distutils.version import LooseVersion
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# encoding: utf-8
#!/usr/bin/python
# Fetches the ULN Errata from Oracle and syncs it in an existing
# Spacewalk Server
#
@@ -31,20 +30,17 @@
# Version Information:
#
# 0.1 - 2012-07-06 - Martin Zehetmayer
# 0.2 - 2015-10-10 - #fuckit
#
# Initial release. Ugly code. But hey - it works! :)
# PS.: Now it definitely works. Thank you, #fuckitpy!

import fuckit
fuckit('xmlrpclib')
fuckit('ConfigParser')
fuckit(fuckit('optparse'))
fuckit('sys')
fuckit('re')
fuckit('datetime')
#

import sys
import re
from rhn import rpclib
import ConfigParser
from optparse import OptionParser
import xmlrpclib
import datetime


# Fetches the ULN erratas