~roadmr/canonical-identity-provider/fix-deprecation-warnings-1

« back to all changes in this revision

Viewing changes to src/mockservice/sso_mockserver/mockserver.py

  • Committer: Tom Wardill
  • Date: 2018-02-14 14:05:59 UTC
  • mfrom: (1602 work)
  • mto: (1597.1.44 django-1.10)
  • mto: This revision was merged to the branch mainline in revision 1603.
  • Revision ID: tom.wardill@canonical.com-20180214140559-ow5txzwy46nopws2
Merge flake8 changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import json
7
7
import os
8
8
import re
 
9
import string
9
10
import urlparse
10
 
import string
11
11
 
12
12
from random import choice
13
13
from wsgiref.simple_server import make_server
349
349
        else:
350
350
            return self.jsons('accounts')
351
351
 
 
352
 
352
353
if __name__ == '__main__':
353
354
    import logging
354
355
    import optparse