Add forgotten file

This commit is contained in:
Faik Uygur
2008-10-07 09:09:11 +00:00
parent 68923313da
commit cb254dd18b
+13
View File
@@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2008, TUBITAK/UEKAE
#
# 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 the Free
# Software Foundation; either version 2 of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
class AnotherInstanceError(Exception):
pass