diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/addressbook/addressbook_pb.nim | 2 | ||||
| -rw-r--r-- | examples/addressbook/phonenumber_pb.nim | 2 | ||||
| -rw-r--r-- | examples/addressbook/reader.nim | 2 | ||||
| -rw-r--r-- | examples/addressbook/writer.nim | 2 | ||||
| -rw-r--r-- | examples/simple/simple_pb.nim | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/addressbook/addressbook_pb.nim b/examples/addressbook/addressbook_pb.nim index f145fa3..e495ada 100644 --- a/examples/addressbook/addressbook_pb.nim +++ b/examples/addressbook/addressbook_pb.nim @@ -2,7 +2,7 @@ import intsets -import protobuf/protobuf +import nimpb/nimpb import phonenumber_pb diff --git a/examples/addressbook/phonenumber_pb.nim b/examples/addressbook/phonenumber_pb.nim index 6d331d3..a77d985 100644 --- a/examples/addressbook/phonenumber_pb.nim +++ b/examples/addressbook/phonenumber_pb.nim @@ -2,7 +2,7 @@ import intsets -import protobuf/protobuf +import nimpb/nimpb type PhoneType* {.pure.} = enum diff --git a/examples/addressbook/reader.nim b/examples/addressbook/reader.nim index aa0fd86..6aa7f27 100644 --- a/examples/addressbook/reader.nim +++ b/examples/addressbook/reader.nim @@ -1,7 +1,7 @@ import streams import strformat -import protobuf/protobuf +import nimpb/nimpb import addressbook_pb import phonenumber_pb diff --git a/examples/addressbook/writer.nim b/examples/addressbook/writer.nim index 44ff0a0..cd1e488 100644 --- a/examples/addressbook/writer.nim +++ b/examples/addressbook/writer.nim @@ -1,6 +1,6 @@ import streams -import protobuf/protobuf +import nimpb/nimpb import addressbook_pb import phonenumber_pb diff --git a/examples/simple/simple_pb.nim b/examples/simple/simple_pb.nim index 6f20088..a2b1db3 100644 --- a/examples/simple/simple_pb.nim +++ b/examples/simple/simple_pb.nim @@ -2,7 +2,7 @@ import intsets -import protobuf/protobuf +import nimpb/nimpb type Test1_MyEnum* {.pure.} = enum |
