From b4487b44d232353d1e2c88e05540f1880fd28aa6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 30 Jul 2014 16:29:05 +0530 Subject: [PATCH] ... --- setup/hosting.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/setup/hosting.py b/setup/hosting.py index b18ebe8abf..29509a7417 100644 --- a/setup/hosting.py +++ b/setup/hosting.py @@ -98,7 +98,7 @@ class Base(object): # {{{ print('_'*50) sys.stdout.flush() -#}}} +# }}} class GoogleCode(Base): # {{{ @@ -573,7 +573,7 @@ def cli_parser(): epilog=epilog) cron = subparsers.add_parser('cron', help='Call script from cron') subparsers.add_parser('calibre', help='Upload to calibre file servers') - subparsers.add_parser('dbs', help='Upload to downloadbestsoftware.com') + subparsers.add_parser('dbs', help='Upload to fosshub.com') a = gc.add_argument @@ -644,6 +644,3 @@ def main(args=None): if __name__ == '__main__': main() # }}} - - -