gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet-nim] branch master updated: gnunet_nim.nim: fix imp


From: gnunet
Subject: [GNUnet-SVN] [gnunet-nim] branch master updated: gnunet_nim.nim: fix import paths to point to parent dir
Date: Tue, 04 Sep 2018 22:58:25 +0200

This is an automated email from the git hooks/post-receive script.

dvn pushed a commit to branch master
in repository gnunet-nim.

The following commit(s) were added to refs/heads/master by this push:
     new 7d82365  gnunet_nim.nim: fix import paths to point to parent dir
7d82365 is described below

commit 7d823653440bab68cd51cbfd27d667fb7a932fa5
Author: dvn <address@hidden>
AuthorDate: Tue Sep 4 22:57:25 2018 +0200

    gnunet_nim.nim: fix import paths to point to parent dir
---
 examples/gnunet_nim.nim | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/gnunet_nim.nim b/examples/gnunet_nim.nim
index 6b864f1..ec53b5b 100644
--- a/examples/gnunet_nim.nim
+++ b/examples/gnunet_nim.nim
@@ -1,6 +1,6 @@
-import gnunet_application
-import asyncdispatch, asyncfutures, asyncfile
-import asynccadet
+import ../gnunet_application
+import ../asyncdispatch, ../asyncfutures, ../asyncfile
+import ../asynccadet
 import parseopt
 import strutils
 import posix

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]