summaryrefslogtreecommitdiff
path: root/project1/proj1_s4498062/webhttp/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'project1/proj1_s4498062/webhttp/__init__.py')
-rw-r--r--project1/proj1_s4498062/webhttp/__init__.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/project1/proj1_s4498062/webhttp/__init__.py b/project1/proj1_s4498062/webhttp/__init__.py
index d501a0e..0d5a9ab 100644
--- a/project1/proj1_s4498062/webhttp/__init__.py
+++ b/project1/proj1_s4498062/webhttp/__init__.py
@@ -1,9 +1,9 @@
-"""HTTP Package
-
-This package contains the following modules:
- * message: Module for HTTP responses/requests
- * composer: Module for composing responses to requests
- * parser: Module for parsing HTTP responses/requests
- * util: Module with utility functions
- * server: Module which contains a HTTP server
-"""
+"""HTTP Package
+
+This package contains the following modules:
+ * message: Module for HTTP responses/requests
+ * composer: Module for composing responses to requests
+ * parser: Module for parsing HTTP responses/requests
+ * util: Module with utility functions
+ * server: Module which contains a HTTP server
+"""