diff options
Diffstat (limited to 'module/cli/AddPackage.py')
-rw-r--r-- | module/cli/AddPackage.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/module/cli/AddPackage.py b/module/cli/AddPackage.py index a73401586..16b32b9ee 100644 --- a/module/cli/AddPackage.py +++ b/module/cli/AddPackage.py @@ -1,7 +1,6 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # -#Copyright (C) 2011 RaNaN +#Copyright (C) 2011-2014 RaNaN # #This program is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by @@ -63,4 +62,4 @@ class AddPackage(Handler): println(line, "") println(line + 1, mag("0.") + _(" back to main menu")) - return line + 2
\ No newline at end of file + return line + 2 |