Commit d89e57ea authored by Péter Szilágyi's avatar Péter Szilágyi

Merge pull request #2549 from karalabe/geth-tester-text-templates

cmd/geth: use text/templates in the tester, not html
parents 5a901bb5 284f1d6b
...@@ -20,7 +20,6 @@ import ( ...@@ -20,7 +20,6 @@ import (
"bufio" "bufio"
"bytes" "bytes"
"fmt" "fmt"
"html/template"
"io" "io"
"io/ioutil" "io/ioutil"
"os" "os"
...@@ -28,6 +27,7 @@ import ( ...@@ -28,6 +27,7 @@ import (
"regexp" "regexp"
"sync" "sync"
"testing" "testing"
"text/template"
"time" "time"
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment