python: whitespace fix.

This commit is contained in:
Martin Ling 2013-12-15 20:02:05 +00:00 committed by Bert Vermeulen
parent 5f9c4c8a34
commit 4e5c64e358
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import itertools
__all__ = ['Error', 'Context', 'Driver', 'Device', 'Session', 'Packet', 'Log',
'LogLevel', 'PacketType', 'Quantity', 'Unit', 'QuantityFlag', 'ConfigKey',
'ProbeType', 'Probe', 'ProbeGroup']
'ProbeType', 'Probe', 'ProbeGroup']
class Error(Exception):