Restore blank line.

This commit is contained in:
Anton D 2015-08-30 22:33:16 +12:00
parent 59d61a8dea
commit 1710070f61

View file

@ -28,6 +28,7 @@ EX_MOD_DEPLOY = 13
EX_SCP_NOT_FOUND = 14
EX_CANTCREAT = 73
class OBJ(object):
"""An empty class for holding instance attribute values."""
pass