Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
pymdptoolbox
Commits
eb4cb1fa
Commit
eb4cb1fa
authored
May 20, 2013
by
Steven Cordwell
Browse files
rename base MDP SQLite class to MDPSQLite
parent
f1d835d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
util.py
View file @
eb4cb1fa
...
...
@@ -2,7 +2,7 @@
import
sqlite3
class
DatabaseManager
(
object
):
class
MDPSQLite
(
object
):
""""""
def
__init__
(
self
,
db
,
discount
,
initial_V
=
0
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment