Skip to content

Commit

Permalink
Changing directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian MacLennan committed Nov 13, 2011
1 parent d4fe439 commit 9819cdd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries/joomla/github/github.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
jimport('joomla.environment.uri');
jimport('joomla.client.http');
JLoader::register('JHttpResponse', JPATH_PLATFORM.'/joomla/client/http.php');
jimport('joomla.github.objects.githubpulls');
jimport('joomla.github.objects.githubgists');
jimport('joomla.github.objects.githubissues');
jimport('joomla.github.githubobject');

jimport('joomla.github.pulls');
jimport('joomla.github.gists');
jimport('joomla.github.issues');

/**
* HTTP client class.
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9819cdd

Please sign in to comment.