~allenap/maas/rpc-use-os-stuff-for-forms

« back to all changes in this revision

Viewing changes to src/metadataserver/__init__.py

  • Committer: MaaS Lander
  • Author(s): Gavin Panella
  • Date: 2014-07-24 13:57:09 UTC
  • mfrom: (2575.2.8 fascist-imports)
  • Revision ID: maas_lander-20140724135709-jfxnfd1ju25y6nnr
[r=rvb][bug=][author=allenap] The import fascist is here to ruin your day, yet make your whole week.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
try:
38
38
    import maasfascist
 
39
    maasfascist  # Silence lint.
39
40
except ImportError:
40
41
    pass
41
 
else:
42
 
    maasfascist  # Silence lint.