From 013af48c511995d5f6e7aaac55e900da88382db9 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Sat, 22 Jan 2011 02:28:19 +0100 Subject: [PATCH] distro_info.py: two blank lines before classes. --- ubuntutools/distro_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntutools/distro_info.py b/ubuntutools/distro_info.py index e2b6128..7ee1c76 100644 --- a/ubuntutools/distro_info.py +++ b/ubuntutools/distro_info.py @@ -43,6 +43,7 @@ def _get_data_dir(): data_dir = os.path.join(os.path.dirname(sys.argv[0]), "data") return data_dir + class DistroDataOutdated(Exception): """Distribution data outdated."""