Moved the files to extension library

This commit is contained in:
2016-06-16 15:25:05 +08:00
parent 0a1e00226b
commit 088da13be2
13 changed files with 10 additions and 176 deletions

View File

@@ -4,7 +4,7 @@ var cl = global.botanLoader;
var Dragonfly = global.Dragonfly;
var HttpRequest = cl.load( "botanss.net.HttpRequest" );
var ustr = cl.load( "notifysrv.utils.string" );
var ustr = cl.load( "botansx.utils.string" );
class Notis
{

View File

@@ -6,7 +6,8 @@ var Dragonfly = global.Dragonfly;
var EventEmitter = require( "events" ).EventEmitter;
var HttpRequest = cl.load( "botanss.net.HttpRequest" );
var Rand = cl.load( "notifysrv.utils.random" );
var Rand = cl.load( "botansx.utils.random" );
var Notis = cl.load( "notifyterm.Notis" );
var Model = cl.load( "notifyterm.schema" );

View File

@@ -4,7 +4,7 @@ var cl = global.botanLoader;
var Dragonfly = global.Dragonfly;
var HttpRequest = cl.load( "botanss.net.HttpRequest" );
var Base = cl.load( "notifysrv.postframe" );
var Base = cl.load( "botanss.net.PostFrame" );
var WNSAuth = cl.load( "notifyterm.WNSAuth" );
var Model = cl.load( "notifyterm.schema" );