mirror of
				https://github.com/Mikaela/Limnoria.git
				synced 2025-10-31 15:47:25 +01:00 
			
		
		
		
	I thought I committed this before, but I guess not.
This commit is contained in:
		
							parent
							
								
									f21d6c71b2
								
							
						
					
					
						commit
						1ba2afa785
					
				| @ -1,7 +1,7 @@ | ||||
| #!/usr/bin/env python | ||||
| 
 | ||||
| ### | ||||
| # Copyright (c) 2002-2004, Jeremiah Fincher | ||||
| # Copyright (c) 2002, Jeremiah Fincher | ||||
| # All rights reserved. | ||||
| # | ||||
| # Redistribution and use in source and binary forms, with or without | ||||
| @ -37,6 +37,16 @@ installDir = os.path.dirname(sys.modules[__name__].__file__) | ||||
| srcDir = os.path.join(installDir, 'src') | ||||
| othersDir = os.path.join(installDir, 'others') | ||||
| 
 | ||||
| sys.path.insert(0, srcDir) | ||||
| sys.path.insert(0, othersDir) | ||||
| 
 | ||||
| class authors: # This is basically a bag. | ||||
|     jemfinch = 'Jeremy Fincher (jemfinch) <jemfinch@users.sf.net>' | ||||
|     jamessan = 'James Vega (jamessan) <jamessan@users.sf.net>' | ||||
|     strike = 'Daniel DiPaolo (Strike) <ddipaolo@users.sf.net>' | ||||
|     baggins = 'William Robinson (baggins) <airbaggins@users.sf.net>' | ||||
|     skorobeus = 'Kevin Murphy (Skorobeus) <skoro@skoroworld.com>' | ||||
|     inkedmn = 'Brett Kelly (inkedmn) <inkedmn@users.sf.net>' | ||||
|      | ||||
| 
 | ||||
| # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jeremy Fincher
						Jeremy Fincher