~canonical-platform-qa/uci-config/fix1415642-empty_option

« back to all changes in this revision

Viewing changes to uciconfig/errors.py

  • Committer: Vincent Ladeuil
  • Date: 2014-01-17 10:53:15 UTC
  • Revision ID: vila+ci@canonical.com-20140117105315-x4jnpmtur5b8zgsl
Fix tyops.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
 
18
18
class ConfigError(Exception):
19
 
    """Base class for all uciconfig exceptions.
 
19
    """Base class for all uci-config exceptions.
20
20
 
21
21
    :cvar fmt: A format string that daughter classes override
22
22
    """