Skip to content

Commit 54eb531

Browse files
committed
end of file
1 parent 26566bc commit 54eb531

31 files changed

+18
-42
lines changed

example/README

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ To generate new keys, run create_key.sh and follow its instructions.
3737

3838
There are alternate IdP and SP configs in idp2_repoze/ and sp-repoze/ that
3939
are still in flux; do not use them unless you know what you are doing.
40-

example/idp2/static/css/main.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/* Sample css file */
2-
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/* Sample css file */
2-

example/sp-repoze/sp_conf.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ CONFIG = {
5050
},
5151
"loglevel": "debug",
5252
}
53-
}
53+
}

example/sp-repoze/sp_conf.py.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ CONFIG = {
4848
},
4949
"loglevel": "debug",
5050
}
51-
}
51+
}

src/saml2/data/schemas/envelope.xsd

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,3 @@ The name and trademarks of copyright holders may NOT be used in advertising or p
118118
</xs:complexType>
119119

120120
</xs:schema>
121-
122-
123-
124-
125-
126-

src/saml2/data/schemas/saml-schema-authn-context-2.0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
<xs:include schemaLocation="saml-schema-authn-context-types-2.0.xsd"/>
2222

23-
</xs:schema>
23+
</xs:schema>

src/saml2/data/schemas/saml-schema-authn-context-auth-telephony-2.0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@
7878

7979
</xs:redefine>
8080

81-
</xs:schema>
81+
</xs:schema>

src/saml2/data/schemas/saml-schema-authn-context-ip-2.0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@
6262

6363
</xs:redefine>
6464

65-
</xs:schema>
65+
</xs:schema>

src/saml2/data/schemas/saml-schema-authn-context-kerberos-2.0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@
8080

8181
</xs:redefine>
8282

83-
</xs:schema>
83+
</xs:schema>

0 commit comments

Comments
 (0)