From 858df696fd0ab4ea6651c9b86b36b8dc77a51c33 Mon Sep 17 00:00:00 2001 From: gstamac Date: Fri, 23 Aug 2013 13:11:42 +0200 Subject: [PATCH] Logg: changed "import module" to "import require" --- logg/logg-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logg/logg-tests.ts b/logg/logg-tests.ts index 43c1524ef..3569d3caa 100644 --- a/logg/logg-tests.ts +++ b/logg/logg-tests.ts @@ -1,6 +1,6 @@ /// -import logging = module("logg"); +import logging = require("logg"); var logger = logging.getLogger('my.class'); logger = logging.getTransientLogger('my.class');