Blob Blame History Raw
diff -up ./pastebinit.orig ./pastebinit
--- ./pastebinit.orig	2011-02-08 18:22:31.131484827 +0100
+++ ./pastebinit	2011-02-08 18:24:16.685481719 +0100
@@ -17,18 +17,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-defaultPB = "http://pastebin.com" #Default pastebin
-try:
-    import lsb_release
-    release = lsb_release.get_distro_information()['ID'].lower()
-    if release == 'debian':
-        defaultPB = "http://paste.debian.net"
-    elif release == 'fedora':
-        defaultPB = "http://fpaste.org"
-    elif release == 'ubuntu':
-        defaultPB = "http://paste.ubuntu.com"
-except ImportError:
-    pass
+defaultPB = "http://fpaste.org"
 
 try:
     import urllib, os, sys, re, getopt, xml.dom.minidom, gettext