]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/asn1schemas/x509.py
Unify quotes
[pygost.git] / pygost / asn1schemas / x509.py
index ce30f62bd4948197aaf6dce5033b175c1474752b..188ef3a6126ee3a1d02f5ede5e97ea18bc6572ad 100644 (file)
@@ -140,8 +140,8 @@ class SubjectKeyIdentifier(KeyIdentifier):
 
 class BasicConstraints(Sequence):
     schema = (
-        ('cA', Boolean(default=False)),
-        # ('pathLenConstraint', PathLenConstraint(optional=True)),
+        ("cA", Boolean(default=False)),
+        # ("pathLenConstraint", PathLenConstraint(optional=True)),
     )