little refactoring

This commit is contained in:
Miroslav Stampar
2011-03-18 13:46:51 +00:00
parent c301b245a9
commit 75c0e09f43
2 changed files with 8 additions and 6 deletions

View File

@@ -75,6 +75,7 @@ class HTTPHEADER:
CONNECTION = "Connection"
ACCEPT_ENCODING = "Accept-Encoding"
REFERER = "Referer"
USER_AGENT = "User-Agent"
class EXPECTED:
BOOL = "bool"