소스 검색

Made Python module more pythonic

Alois Mahdal 12 년 전
부모
커밋
3c1ec1e9e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      lib/htlogr.py

+ 1
- 1
lib/htlogr.py 파일 보기

29
 import urllib
29
 import urllib
30
 
30
 
31
 
31
 
32
-class htlogr:
32
+class Htlogr:
33
 
33
 
34
     def __init__(self, url):
34
     def __init__(self, url):
35
         self.DIV_VALUE = "="
35
         self.DIV_VALUE = "="