Fix sneaky error

This commit is contained in:
Tanguy 2022-08-03 15:02:40 +02:00
parent 49ff434311
commit 3b80e935ba
No known key found for this signature in database
GPG Key ID: 7DD8EC6B6CE6C45E

View File

@ -1,6 +1,6 @@
template tryImport(module) = import module
when compiles tryimport pkg/result:
when compiles tryImport pkg/result:
import pkg/result/../results
else:
import pkg/stew/results