summaryrefslogtreecommitdiff
path: root/babel/localedata.py
diff options
context:
space:
mode:
Diffstat (limited to 'babel/localedata.py')
-rw-r--r--babel/localedata.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/babel/localedata.py b/babel/localedata.py
index 9461e84..14e6bcd 100644
--- a/babel/localedata.py
+++ b/babel/localedata.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
babel.localedata
~~~~~~~~~~~~~~~~
@@ -184,7 +183,7 @@ def merge(dict1, dict2):
dict1[key] = val1
-class Alias(object):
+class Alias:
"""Representation of an alias in the locale data.
An alias is a value that refers to some other part of the locale data,