From: Brian Warner Date: Wed, 6 Feb 2008 23:41:26 +0000 (-0700) Subject: interfaces: remove spurious line that counted against the figleaf coverage X-Git-Tag: allmydata-tahoe-0.8.0~119 X-Git-Url: https://git.rkrishnan.org/vdrive/components/com_hotproperty/css/?a=commitdiff_plain;h=6cd32c2f5c602a87cc552a0f3afe9fdb831e2eb9;p=tahoe-lafs%2Ftahoe-lafs.git interfaces: remove spurious line that counted against the figleaf coverage --- diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py index 0312ff0d..fcd773df 100644 --- a/src/allmydata/interfaces.py +++ b/src/allmydata/interfaces.py @@ -486,7 +486,6 @@ class IFileURI(Interface): class IMutableFileURI(Interface): """I am a URI which represents a mutable filenode.""" - pass class INewDirectoryURI(Interface): pass class IReadonlyNewDirectoryURI(Interface):