Skip to content

Commit

Permalink
Depend on class autoloading
Browse files Browse the repository at this point in the history
Test Plan:
  ./sync-to-facebook.php test

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Koolvin

Maniphest Tasks: T1103

Differential Revision: https://secure.phabricator.com/D2613
  • Loading branch information
vrana committed May 31, 2012
1 parent 2673e5b commit c59c2fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions scripts/sync-from-facebook.php
Expand Up @@ -9,9 +9,6 @@
exit(1);
}

phutil_require_module('phutil', 'filesystem');
phutil_require_module('phutil', 'future/exec');

$files = JavelinSyncSpec::getFilesToSync();
$packages = JavelinSyncSpec::getPackageMap();

Expand Down
3 changes: 0 additions & 3 deletions scripts/sync-to-facebook.php
Expand Up @@ -9,9 +9,6 @@
exit(1);
}

phutil_require_module('phutil', 'filesystem');
phutil_require_module('phutil', 'future/exec');

$files = JavelinSyncSpec::getFilesToSync();
$root = Filesystem::resolvePath($argv[1]).'/html/js/javelin/';

Expand Down

0 comments on commit c59c2fc

Please sign in to comment.