Showing
2 changed files
with
1 additions
and
1 deletions
This diff is collapsed. Click to expand it.
... | @@ -41,7 +41,7 @@ def setup_sql_mod(dbapi_connection): | ... | @@ -41,7 +41,7 @@ def setup_sql_mod(dbapi_connection): |
41 | event.listen(Pool,'connect',setup_sql_mod) | 41 | event.listen(Pool,'connect',setup_sql_mod) |
42 | event.listen(Pool,'first_connect',setup_sql_mod) | 42 | event.listen(Pool,'first_connect',setup_sql_mod) |
43 | 43 | ||
44 | -class Open_Api(QAxWidget): | 44 | +class open_api(QAxWidget): |
45 | def __init__(self): | 45 | def __init__(self): |
46 | super().__init__() | 46 | super().__init__() |
47 | 47 | ... | ... |
-
Please register or login to post a comment