##// END OF EJS Templates
import gettext since '_' is used
Benoit Boissinot -
r5455:08d6e875 default
parent child Browse files
Show More
@@ -6,6 +6,8 b''
6 # This software may be used and distributed according to the terms
6 # This software may be used and distributed according to the terms
7 # of the GNU General Public License, incorporated herein by reference.
7 # of the GNU General Public License, incorporated herein by reference.
8
8
9 from i18n import _
10
9 class RepoError(Exception):
11 class RepoError(Exception):
10 pass
12 pass
11
13
General Comments 0
You need to be logged in to leave comments. Login now