From 518a994adcf8a94f0a5a99b183763a2ef36d4da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Wed, 4 Feb 2009 10:45:04 +0000 Subject: [PATCH] Replace uludag by pardus --- pisi-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi-cli b/pisi-cli index 762ff133..672e6453 100755 --- a/pisi-cli +++ b/pisi-cli @@ -46,7 +46,7 @@ def handle_exception(exception, value, tb): elif isinstance(value, pisi.Exception): show_traceback = True ui.error(_("""Unhandled internal exception. -Please file a bug report. (http://bugs.uludag.org.tr)""")) +Please file a bug report. (http://bugs.pardus.org.tr)""")) else: # For any other exception (possibly Python exceptions) show # the traceback!