blob: a4c08acf4e55656236c290b11bd135fe013b45e3 [file] [log] [blame]
(function() {
var Path;
Path = require('path');
module.exports = (function() {
switch (Path.extname(__filename)) {
case '.coffee':
return require('./src/adb');
default:
return require('./lib/adb');
}
})();
}).call(this);