Skip to content

Commit 0d196bf

Browse files
committed
removed require statements
1 parent 30a0cd3 commit 0d196bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hgnc/hgnc.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030
* @author Michel Dumontier
3131
*/
3232

33-
require(__DIR__.'/../../php-lib/bio2rdfapi.php');
34-
require(__DIR__.'/../../php-lib/dataresource.php');
33+
/*
34+
require_once(__DIR__.'/../../php-lib/bio2rdfapi.php');
35+
require_once(__DIR__.'/../../php-lib/dataresource.php');*/
3536

3637
class HGNCParser extends Bio2RDFizer {
3738
private $version = 2.0;

0 commit comments

Comments
 (0)