diff options
| author | martinko | 2013-07-31 09:26:01 +0000 |
|---|---|---|
| committer | martinko | 2013-07-31 09:26:01 +0000 |
| commit | 9e5df3c197b0dfde6fab31481c4c6a30f5f8ba28 (patch) | |
| tree | deeea679cb3dbed896f9a8455b69ec12a0e391fd | |
| parent | 9be1a39f98f0f1d86a9be18448594a73aa4d8031 (diff) | |
| parent | 08e2f5df6c421b8a0d0244d5b8afa93f9f648cf3 (diff) | |
Merge branch 'develop' into release/skytools_3_1_5
| -rw-r--r-- | python/londiste/handlers/shard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/londiste/handlers/shard.py b/python/londiste/handlers/shard.py index 950ac7c6..aea8a39d 100644 --- a/python/londiste/handlers/shard.py +++ b/python/londiste/handlers/shard.py @@ -105,7 +105,7 @@ class ShardHandler (TableHandler): raise Exception('Error loading shard info') class PartHandler (ShardHandler): - """ Deprecated compat name for shard handler. """ + __doc__ = '\n'.join(["Deprecated compat name for shard handler."] + __doc__.splitlines()[1:]) handler_name = 'part' # register handler class |
