Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update runner.tpl
Browse files Browse the repository at this point in the history
xzyaoi authored Sep 11, 2018

Verified

This commit was signed with the committer’s verified signature. The key has expired.
tvdeyen Thomas von Deyen
1 parent 8ad8aa5 commit 59036e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/runner.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#coding:utf-8

from {{solver.Package}}.{{solver.Filename}} import {{solver.Classname}}
from {{Package}}.{{Filename}} import {{Classname}}

solver = {{solver.Classname}}()
solver = {{Classname}}()

solver.start()
solver.start()

0 comments on commit 59036e4

Please sign in to comment.