1 /** 2 Copyright: Copyright (c) 2018, Joakim Brännström. All rights reserved. 3 License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) 4 Author: Joakim Brännström (joakim.brannstrom@gmx.com) 5 */ 6 module distssh.from; 7 8 /// Local imports everywhere. 9 template from(string moduleName) { 10 mixin("import from = " ~ moduleName ~ ";"); 11 }