/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to keyring.py

  • Committer: Chris Causer
  • Date: 2011-05-12 17:59:12 UTC
  • mto: This revision was merged to the branch mainline in revision 745.
  • Revision ID: chy.causer@gmail.com-20110512175912-t6q8bzgz1hi4hrpp
Remove redundant attrs["domain"] line

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
            attrs["port"] = port
70
70
        if user is not None:
71
71
            attrs["user"] = user.encode("utf-8")
72
 
        attrs["domain"] = realm
73
72
        credentials = {"scheme": scheme, "host": host, "port": port,
74
73
            "realm": realm, "user": user}
75
74
        try: