diff options
author | Konstantin Molchanov <moigagoo@live.com> | 2016-05-27 15:27:35 +0400 |
---|---|---|
committer | Konstantin Molchanov <moigagoo@live.com> | 2016-05-27 15:27:35 +0400 |
commit | 4006e0b8b725185242607af33f35a789615ecc56 (patch) | |
tree | 8451f1175f7d3facba4570650297a3256017e0e7 /lib/impure | |
parent | 4476226b80c2a370cd58f1c3675756456ba82631 (diff) | |
download | Nim-4006e0b8b725185242607af33f35a789615ecc56.tar.gz |
Stdlib: nre: Add `export options`
This should make `nre` more user friendly. See https://github.com/nim-lang/Nim/issues/4158
Diffstat (limited to 'lib/impure')
-rw-r--r-- | lib/impure/nre.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/impure/nre.nim b/lib/impure/nre.nim index 381b1c3fc..b739e9eff 100644 --- a/lib/impure/nre.nim +++ b/lib/impure/nre.nim @@ -15,6 +15,8 @@ from math import ceil import options from unicode import runeLenAt +export options + ## What is NRE? ## ============ |