Skip to content

Commit f7da067

Browse files
committed
commenting out nearly everything
1 parent dc5ca3c commit f7da067

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

GSASII/imports/G2phase_RRUFF.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
'''Reads structure files downloaded from the RRUFF database either as ASCII
22
text files or .rtf files that somehow are generated
33
'''
4-
import sys
5-
import numpy as np
6-
import random as ran
7-
#from .. import GSASIIobj as G2obj
4+
# import sys
5+
# import numpy as np
6+
# import random as ran
7+
# #from .. import GSASIIobj as G2obj
88

9-
class RRUFFReader(G2obj.ImportPhase):
10-
'''A fairly quickly-written importer to pull out the phase info from a
11-
RRUFF database (https://rruff.info) text file.
12-
'''
13-
pass
9+
# class RRUFFReader(G2obj.ImportPhase):
10+
# '''A fairly quickly-written importer to pull out the phase info from a
11+
# RRUFF database (https://rruff.info) text file.
12+
# '''
13+
# pass
1414
# def __init__(self):
1515
# super(self.__class__,self).__init__( # fancy way to say ImportPhase.__init__
1616
# extensionlist=('.txt'),

0 commit comments

Comments
 (0)